public class DefaultTpoint extends org.onosproject.yang.model.InnerModelObject implements Tpoint, org.onosproject.yang.model.MultiInstanceObject<TpointKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTpoint.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<SupportingTerminationPoint> |
supportingTerminationPoint |
protected TpId |
tpId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTpoint()
Creates an instance of defaultTpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToSupportingTerminationPoint(SupportingTerminationPoint addTo)
Adds to the list of supportingTerminationPoint.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
TpId |
tpId()
Returns the attribute tpId.
|
void |
tpId(TpId tpId)
Sets the attribute tpId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected TpId tpId
protected BitSet valueLeafFlags
protected List<SupportingTerminationPoint> supportingTerminationPoint
public BitSet valueLeafFlags()
TpointvalueLeafFlags in interface Tpointpublic List<SupportingTerminationPoint> supportingTerminationPoint()
TpointsupportingTerminationPoint in interface Tpointpublic void supportingTerminationPoint(List<SupportingTerminationPoint> supportingTerminationPoint)
TpointsupportingTerminationPoint in interface TpointsupportingTerminationPoint - list of supportingTerminationPointpublic void addToSupportingTerminationPoint(SupportingTerminationPoint addTo)
TpointaddToSupportingTerminationPoint in interface TpointaddTo - value of supportingTerminationPointpublic boolean isLeafValueSet(Tpoint.LeafIdentifier leaf)
TpointisLeafValueSet in interface Tpointleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.