public class AtomicPath extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AtomicPath(DataNode.Type type)
Creates a atomic path object.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2017. All rights reserved.