public interface UnderlayPrimaryPath
| Modifier and Type | Interface and Description |
|---|---|
static class |
UnderlayPrimaryPath.LeafIdentifier
Identify the leaf of UnderlayPrimaryPath.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToPathElement(PathElement addTo)
Adds to the list of pathElement.
|
Object |
clientIdRef()
Returns the attribute clientIdRef.
|
void |
clientIdRef(Object clientIdRef)
Sets the attribute clientIdRef.
|
boolean |
isLeafValueSet(UnderlayPrimaryPath.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
networkIdRef()
Returns the attribute networkIdRef.
|
void |
networkIdRef(Object networkIdRef)
Sets the attribute networkIdRef.
|
List<PathElement> |
pathElement()
Returns the attribute pathElement.
|
void |
pathElement(List<PathElement> pathElement)
Sets the attribute pathElement.
|
Object |
providerIdRef()
Returns the attribute providerIdRef.
|
void |
providerIdRef(Object providerIdRef)
Sets the attribute providerIdRef.
|
Object |
teTopologyIdRef()
Returns the attribute teTopologyIdRef.
|
void |
teTopologyIdRef(Object teTopologyIdRef)
Sets the attribute teTopologyIdRef.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Object providerIdRef()
Object clientIdRef()
Object teTopologyIdRef()
Object networkIdRef()
BitSet valueLeafFlags()
List<PathElement> pathElement()
void providerIdRef(Object providerIdRef)
providerIdRef - value of providerIdRefvoid clientIdRef(Object clientIdRef)
clientIdRef - value of clientIdRefvoid teTopologyIdRef(Object teTopologyIdRef)
teTopologyIdRef - value of teTopologyIdRefvoid networkIdRef(Object networkIdRef)
networkIdRef - value of networkIdRefvoid pathElement(List<PathElement> pathElement)
pathElement - list of pathElementvoid addToPathElement(PathElement addTo)
addTo - value of pathElementboolean isLeafValueSet(UnderlayPrimaryPath.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.