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