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 |
|---|---|
E |
leafIdentifier()
Returns leaf identifier.
|
void |
leafIdentifier(E ll)
Sets the leaf identifier of leaf-list.
|
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-listCopyright © 2017. All rights reserved.