public class ObjectValue extends java.lang.Object implements Value
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectValue()
Creates new instance.
|
|
ObjectValue(java.lang.Object object)
Creates new instance that encapsulates the given object.
|
| 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) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getId()
Returns the id of this value, if any.
|
Value |
getParent()
Returns the parent of this value.
|
int |
hashCode() |
java.lang.Object |
toObject()
Converts this value to an appropriate object.
|
java.lang.String |
toString() |
protected ObjectValue()
public ObjectValue(java.lang.Object object)
object - public java.lang.Object 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 int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.