public interface SupportingTerminationPoint
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SupportingTerminationPoint.LeafIdentifier
Identify the leaf of SupportingTerminationPoint.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(SupportingTerminationPoint.LeafIdentifier leaf)
Checks if the leaf value is set.
|
NetworkId |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(NetworkId networkRef)
Sets the attribute networkRef.
|
NodeId |
nodeRef()
Returns the attribute nodeRef.
|
void |
nodeRef(NodeId nodeRef)
Sets the attribute nodeRef.
|
String |
tpRef()
Returns the attribute tpRef.
|
void |
tpRef(String tpRef)
Sets the attribute tpRef.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
NetworkId networkRef()
NodeId nodeRef()
String tpRef()
BitSet valueLeafFlags()
void networkRef(NetworkId networkRef)
networkRef - value of networkRefvoid nodeRef(NodeId nodeRef)
nodeRef - value of nodeRefvoid tpRef(String tpRef)
tpRef - value of tpRefboolean isLeafValueSet(SupportingTerminationPoint.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.