public interface Node
| Modifier and Type | Interface and Description |
|---|---|
static class |
Node.LeafIdentifier
Identify the leaf of Node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Node.LeafIdentifier leaf)
Checks if the leaf value is set.
|
NodeId |
nodeId()
Returns the attribute nodeId.
|
void |
nodeId(NodeId nodeId)
Sets the attribute nodeId.
|
List<SupportingNode> |
supportingNode()
Returns the attribute supportingNode.
|
void |
supportingNode(List<SupportingNode> supportingNode)
Sets the attribute supportingNode.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
NodeId nodeId()
BitSet valueLeafFlags()
List<SupportingNode> supportingNode()
void nodeId(NodeId nodeId)
nodeId - value of nodeIdvoid supportingNode(List<SupportingNode> supportingNode)
supportingNode - list of supportingNodeboolean isLeafValueSet(Node.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.