com.atlassian.confluence.importexport.xmlimport.model
Class PrimitiveProperty

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
      extended by com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
Direct Known Subclasses:
PrimitiveId

public class PrimitiveProperty
extends ImportedProperty


Constructor Summary
PrimitiveProperty(String name, String type, String value)
           
 
Method Summary
 String getType()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimitiveProperty

public PrimitiveProperty(String name,
                         String type,
                         String value)
Method Detail

getValue

public String getValue()

getType

public String getType()

toString

public String toString()
Overrides:
toString in class ImportedProperty


Copyright © 2003-2012 Atlassian. All Rights Reserved.