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

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

public class ComponentProperty
extends ImportedProperty


Constructor Summary
ComponentProperty(java.lang.String name, java.util.List<PrimitiveProperty> properties)
           
 
Method Summary
 java.util.List<PrimitiveProperty> getProperties()
           
 java.lang.String getPropertyStringValue(java.lang.String propertyName)
           
 java.lang.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

ComponentProperty

public ComponentProperty(java.lang.String name,
                         java.util.List<PrimitiveProperty> properties)
Method Detail

getProperties

public java.util.List<PrimitiveProperty> getProperties()

toString

public java.lang.String toString()
Overrides:
toString in class ImportedProperty

getPropertyStringValue

public java.lang.String getPropertyStringValue(java.lang.String propertyName)


Copyright © 2003-2014 Atlassian. All Rights Reserved.