public abstract class AtomicPath extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AtomicPath(DataNode.Type type)
Creates a atomic path object.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object obj) |
abstract int |
hashCode() |
String |
toString() |
DataNode.Type |
type()
Returns the atomic path type.
|
void |
type(DataNode.Type type)
Sets the atomic path type identifier of leaf-list.
|
protected AtomicPath(DataNode.Type type)
type - atomic path typepublic DataNode.Type type()
public void type(DataNode.Type type)
type - atomic path typeCopyright © 2018. All rights reserved.