public interface SupportingNode
| Modifier and Type | Interface and Description |
|---|---|
static class |
SupportingNode.LeafIdentifier
Identify the leaf of SupportingNode.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(SupportingNode.LeafIdentifier leaf)
Checks if the leaf value is set.
|
NetworkId |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(NetworkId networkRef)
Sets the attribute networkRef.
|
NodeId |
nodeRef()
Returns the attribute nodeRef.
|
void |
nodeRef(NodeId nodeRef)
Sets the attribute nodeRef.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
NetworkId networkRef()
NodeId nodeRef()
BitSet valueLeafFlags()
void networkRef(NetworkId networkRef)
networkRef - value of networkRefvoid nodeRef(NodeId nodeRef)
nodeRef - value of nodeRefboolean isLeafValueSet(SupportingNode.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.