public interface TerminationPoints
| Modifier and Type | Interface and Description |
|---|---|
static class |
TerminationPoints.LeafIdentifier
Identify the leaf of TerminationPoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTerminationPoint(TerminationPoint addTo)
Adds to the list of terminationPoint.
|
boolean |
isLeafValueSet(TerminationPoints.LeafIdentifier leaf)
Checks if the leaf value is set.
|
short |
numberOfTp()
Returns the attribute numberOfTp.
|
void |
numberOfTp(short numberOfTp)
Sets the attribute numberOfTp.
|
List<TerminationPoint> |
terminationPoint()
Returns the attribute terminationPoint.
|
void |
terminationPoint(List<TerminationPoint> terminationPoint)
Sets the attribute terminationPoint.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
short numberOfTp()
BitSet valueLeafFlags()
List<TerminationPoint> terminationPoint()
void numberOfTp(short numberOfTp)
numberOfTp - value of numberOfTpvoid terminationPoint(List<TerminationPoint> terminationPoint)
terminationPoint - list of terminationPointvoid addToTerminationPoint(TerminationPoint addTo)
addTo - value of terminationPointboolean isLeafValueSet(TerminationPoints.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.