public interface XMLProperty
Modifier and Type | Method and Description |
---|---|
XMLControl |
getChildControl(java.lang.String name)
Gets the named XMLControl child of this property.
|
XMLControl[] |
getChildControls()
Gets the XMLControl children of this property.
|
int |
getLevel()
Gets the level of this property relative to root.
|
XMLProperty |
getParentProperty()
Gets the immediate parent property.
|
java.lang.Class |
getPropertyClass()
Gets the property class.
|
java.util.List |
getPropertyContent()
Gets the property content of this property.
|
java.lang.String |
getPropertyName()
Gets the property name.
|
java.lang.String |
getPropertyType()
Gets the property type.
|
void |
setValue(java.lang.String stringValue)
Sets the value of this property if property type is primitive or string.
|
java.lang.String getPropertyName()
java.lang.String getPropertyType()
java.lang.Class getPropertyClass()
XMLProperty getParentProperty()
int getLevel()
java.util.List getPropertyContent()
XMLControl getChildControl(java.lang.String name)
name
- the property nameXMLControl[] getChildControls()
void setValue(java.lang.String stringValue)
stringValue
- the string value of a primitive or string property