public class Property extends Subitem
| Constructor and Description |
|---|
Property(java.lang.String propertyName,
java.lang.Object propertyValue)
Creates a name/value pair property
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName()
Accesses the subitem property name.
|
java.lang.Object |
getPropertyValue()
Accesses the subitem property value.
|
java.lang.String |
toString()
Sets the value this class represents to a string.
|
public Property(java.lang.String propertyName,
java.lang.Object propertyValue)
propertyName - the canonical property namepropertyValue - the property valuepublic java.lang.String getPropertyName()
public java.lang.Object getPropertyValue()
public java.lang.String toString()
toString in class java.lang.Object