| Constructor and Description |
|---|
KeyLeaf(String name,
String nameSpace,
Object leafVal)
Constructs a key leaf with all the identifier and value initialized.
|
| Modifier and Type | Method and Description |
|---|---|
KeyLeaf |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object obj) |
int |
hashCode() |
SchemaId |
leafSchema()
Returns the node schema schemaId.
|
String |
leafValAsString()
Returns value as string, for usage in serializers.
|
Object |
leafValue()
Returns value contained in leaf node.
|
String |
toString() |
public KeyLeaf clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - if the object's class does not
support the Cloneable interfacepublic SchemaId leafSchema()
public Object leafValue()
public String leafValAsString()
Copyright © 2018. All rights reserved.