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

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
      extended by com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
          extended by com.atlassian.confluence.importexport.xmlimport.model.PrimitiveId

public class PrimitiveId
extends PrimitiveProperty


Constructor Summary
PrimitiveId(String name, String value)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
getType, getValue
 
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

PrimitiveId

public PrimitiveId(String name,
                   String value)
Method Detail

toString

public String toString()
Overrides:
toString in class PrimitiveProperty


Copyright © 2003-2011 Atlassian. All Rights Reserved.