public interface Tpoint
| Modifier and Type | Interface and Description |
|---|---|
static class |
Tpoint.LeafIdentifier
Identify the leaf of Tpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToSupportingTerminationPoint(SupportingTerminationPoint addTo)
Adds to the list of supportingTerminationPoint.
|
boolean |
isLeafValueSet(Tpoint.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<SupportingTerminationPoint> |
supportingTerminationPoint()
Returns the attribute supportingTerminationPoint.
|
void |
supportingTerminationPoint(List<SupportingTerminationPoint> supportingTerminationPoint)
Sets the attribute supportingTerminationPoint.
|
TpId |
tpId()
Returns the attribute tpId.
|
void |
tpId(TpId tpId)
Sets the attribute tpId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TpId tpId()
BitSet valueLeafFlags()
List<SupportingTerminationPoint> supportingTerminationPoint()
void tpId(TpId tpId)
tpId - value of tpIdvoid supportingTerminationPoint(List<SupportingTerminationPoint> supportingTerminationPoint)
supportingTerminationPoint - list of supportingTerminationPointvoid addToSupportingTerminationPoint(SupportingTerminationPoint addTo)
addTo - value of supportingTerminationPointboolean isLeafValueSet(Tpoint.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.