public class PropertyValue
extends java.lang.Object
_basic_node, _attribute_,
_attribute_option_, etc.String, Boolean, Number, etc. See
PropertyMetaInfoTestsService| Constructor and Description |
|---|
PropertyValue()
Creates a new property value.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyValue[] |
getChildren()
Gets the children of this property value.
|
int |
getModifyCount()
For internal use only.
|
java.lang.String |
getName()
Returns the name of this property.
|
java.lang.String |
getNodeID()
Gets the ID of the node this property value belongs to.
|
java.lang.String |
getPropertyID()
Gets the ID of this property.
|
java.lang.String |
getPropertyTypeID()
Gets the type of the property, for example
_basic_node, _attribute_, _attribute_option_, etc. |
int |
getType()
Returns the type of the value object, for example
String, Boolean, Number, etc. |
java.lang.String |
getValue()
Returns the value of the property.
|
void |
setChildren(PropertyValue[] children)
Sets the children of this property value.
|
void |
setModifyCount(int modifyCounter)
For internal use only.
|
void |
setName(java.lang.String name)
Sets the name of this property.
|
void |
setNodeID(java.lang.String nodeID)
Sets the ID of the node this property value belongs to.
|
void |
setPropertyID(java.lang.String propertyID)
Sets the ID that identifies this property.
|
void |
setPropertyTypeID(java.lang.String propertyTypeID)
Sets the type of the property, for example
_basic_node, _attribute_, _attribute_option_, etc. |
void |
setType(int type)
Sets the type of the value object, for example
String, Boolean, Number, etc. |
void |
setValue(java.lang.String value)
Sets the value of the property.
|
public PropertyValue()
null.public void setChildren(PropertyValue[] children)
children - child properies of this PropertyValuepublic PropertyValue[] getChildren()
null if there are no childrenpublic java.lang.String getPropertyTypeID()
_basic_node, _attribute_, _attribute_option_, etc.public void setPropertyTypeID(java.lang.String propertyTypeID)
_basic_node, _attribute_, _attribute_option_, etc.propertyTypeID - type of the propertypublic java.lang.String getPropertyID()
public void setPropertyID(java.lang.String propertyID)
propertyID - the ID of this propertypublic java.lang.String getNodeID()
public void setNodeID(java.lang.String nodeID)
nodeID - of the node this property value belongs topublic java.lang.String getName()
public void setName(java.lang.String name)
name - must be unique within the same property typepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value of the propertypublic int getType()
String, Boolean, Number, etc. See
PropertyMetaInfo.public void setType(int type)
String, Boolean, Number, etc. See
PropertyMetaInfo.type - type of the value objectpublic int getModifyCount()
public void setModifyCount(int modifyCounter)
modifyCounter - modify counterCopyright © Micro Focus 2004-2019. All rights reserved.