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(String name, List<PrimitiveProperty> properties)
           
 
Method Summary
 List<PrimitiveProperty> getProperties()
           
 String getPropertyStringValue(String propertyName)
           
 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(String name,
                         List<PrimitiveProperty> properties)
Method Detail

getProperties

public List<PrimitiveProperty> getProperties()

toString

public String toString()
Overrides:
toString in class ImportedProperty

getPropertyStringValue

public String getPropertyStringValue(String propertyName)


Copyright © 2003-2012 Atlassian. All Rights Reserved.