public interface State
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
State.LeafIdentifier
Identify the leaf of State.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTerminationCapability(TerminationCapability addTo)
Adds to the list of terminationCapability.
|
Class<? extends LspEncodingTypes> |
encoding()
Returns the attribute encoding.
|
void |
encoding(Class<? extends LspEncodingTypes> encoding)
Sets the attribute encoding.
|
boolean |
isLeafValueSet(State.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends SwitchingCapabilities> |
switchingCapability()
Returns the attribute switchingCapability.
|
void |
switchingCapability(Class<? extends SwitchingCapabilities> switchingCapability)
Sets the attribute switchingCapability.
|
List<TerminationCapability> |
terminationCapability()
Returns the attribute terminationCapability.
|
void |
terminationCapability(List<TerminationCapability> terminationCapability)
Sets the attribute terminationCapability.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends SwitchingCapabilities> switchingCapability()
Class<? extends LspEncodingTypes> encoding()
BitSet valueLeafFlags()
List<TerminationCapability> terminationCapability()
void switchingCapability(Class<? extends SwitchingCapabilities> switchingCapability)
switchingCapability - value of switchingCapabilityvoid encoding(Class<? extends LspEncodingTypes> encoding)
encoding - value of encodingvoid terminationCapability(List<TerminationCapability> terminationCapability)
terminationCapability - list of terminationCapabilityvoid addToTerminationCapability(TerminationCapability addTo)
addTo - value of terminationCapabilityboolean isLeafValueSet(State.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.