public interface Destination
| Modifier and Type | Interface and Description |
|---|---|
static class |
Destination.LeafIdentifier
Identify the leaf of Destination.
|
| Modifier and Type | Method and Description |
|---|---|
NodeId |
destNode()
Returns the attribute destNode.
|
void |
destNode(NodeId destNode)
Sets the attribute destNode.
|
TpId |
destTp()
Returns the attribute destTp.
|
void |
destTp(TpId destTp)
Sets the attribute destTp.
|
boolean |
isLeafValueSet(Destination.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
NodeId destNode()
TpId destTp()
BitSet valueLeafFlags()
void destNode(NodeId destNode)
destNode - value of destNodevoid destTp(TpId destTp)
destTp - value of destTpboolean isLeafValueSet(Destination.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.