public class SingleInstanceLeaf<E extends LeafIdentifier> extends AtomicPath
| Constructor and Description |
|---|
SingleInstanceLeaf(E leaf)
Creates a single instance leaf node object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
E |
leafIdentifier()
Returns leaf identifier.
|
void |
leafIdentifier(E leaf)
Sets the leaf identifier of leaf-list.
|
String |
toString() |
type, typepublic SingleInstanceLeaf(E leaf)
leaf - leaf attribute of generated default classpublic E leafIdentifier()
public void leafIdentifier(E leaf)
leaf - leaf identifier 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.