public class

ComponentProperty

extends ImportedProperty
java.lang.Object
   ↳ com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
     ↳ com.atlassian.confluence.importexport.xmlimport.model.ComponentProperty

Summary

Public Constructors
ComponentProperty(String name, List<PrimitiveProperty> properties)
Public Methods
List<PrimitiveProperty> getProperties()
String getPropertyStringValue(String propertyName)
String toString()
[Expand]
Inherited Methods
From class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
From class java.lang.Object

Public Constructors

public ComponentProperty (String name, List<PrimitiveProperty> properties)

Public Methods

public List<PrimitiveProperty> getProperties ()

public String getPropertyStringValue (String propertyName)

public String toString ()