|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty com.atlassian.confluence.importexport.xmlimport.model.ComponentProperty
public class ComponentProperty
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 |
---|
public ComponentProperty(java.lang.String name, java.util.List<PrimitiveProperty> properties)
Method Detail |
---|
public java.util.List<PrimitiveProperty> getProperties()
public java.lang.String toString()
toString
in class ImportedProperty
public java.lang.String getPropertyStringValue(java.lang.String propertyName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |