public class MultiInstanceLeaf<E extends LeafIdentifier> extends AtomicPath
| Constructor and Description |
|---|
MultiInstanceLeaf(E ll,
Object v)
Creates a multi instance leaf object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
E |
leafIdentifier()
Returns leaf identifier.
|
void |
leafIdentifier(E ll)
Sets the leaf identifier of leaf-list.
|
String |
toString() |
Object |
value()
Returns value of leaf-list.
|
void |
value(Object v)
Sets the value of leaf-list.
|
type, typepublic E leafIdentifier()
public void leafIdentifier(E ll)
ll - leaf identifier of leaf-listpublic Object value()
public void value(Object v)
v - the value of leaf-listpublic boolean equals(Object obj)
equals in class AtomicPathpublic int hashCode()
hashCode in class AtomicPathpublic String toString()
toString in class AtomicPathCopyright © 2018. All rights reserved.