public class PropertyValue extends java.lang.Object implements Value
| Modifier | Constructor and Description |
|---|---|
protected |
PropertyValue()
A constructor required by JAXB.
|
|
PropertyValue(java.lang.String property,
RecordType type)
A public constructor for creation of a property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent) |
void |
beforeUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent) |
java.lang.String |
getId()
Returns the id of this value, if any.
|
Value |
getParent()
Returns the parent of this value.
|
Property |
toObject()
Converts this value to an appropriate object.
|
java.lang.String |
toString() |
protected PropertyValue()
public PropertyValue(java.lang.String property,
RecordType type)
property - type - public Property toObject()
Valuepublic java.lang.String getId()
Valuepublic Value getParent()
Valuepublic void beforeUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
unmarshaller - parent - public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
unmarshaller - parent - public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.