public interface PathElement
| Modifier and Type | Interface and Description |
|---|---|
static class |
PathElement.LeafIdentifier
Identify the leaf of PathElement.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(PathElement.LeafIdentifier leaf)
Checks if the leaf value is set.
|
long |
pathElementId()
Returns the attribute pathElementId.
|
void |
pathElementId(long pathElementId)
Sets the attribute pathElementId.
|
Type |
type()
Returns the attribute type.
|
void |
type(Type type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
long pathElementId()
BitSet valueLeafFlags()
Type type()
void pathElementId(long pathElementId)
pathElementId - value of pathElementIdvoid type(Type type)
type - value of typeboolean isLeafValueSet(PathElement.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.