public interface TerminationPoint
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TerminationPoint.LeafIdentifier
Identify the leaf of TerminationPoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToSupportingTerminationPoint(SupportingTerminationPoint addTo)
Adds to the list of supportingTerminationPoint.
|
boolean |
isLeafValueSet(TerminationPoint.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.
|
String |
tpId()
Returns the attribute tpId.
|
void |
tpId(String tpId)
Sets the attribute tpId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String tpId()
BitSet valueLeafFlags()
List<SupportingTerminationPoint> supportingTerminationPoint()
void tpId(String tpId)
tpId - value of tpIdvoid supportingTerminationPoint(List<SupportingTerminationPoint> supportingTerminationPoint)
supportingTerminationPoint - list of supportingTerminationPointvoid addToSupportingTerminationPoint(SupportingTerminationPoint addTo)
addTo - value of supportingTerminationPointboolean isLeafValueSet(TerminationPoint.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.