public interface Soo
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Soo.LeafIdentifier
Identify the leaf of Soo.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Soo.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
sooEnabled()
Returns the attribute sooEnabled.
|
void |
sooEnabled(boolean sooEnabled)
Sets the attribute sooEnabled.
|
String |
sooValue()
Returns the attribute sooValue.
|
void |
sooValue(String sooValue)
Sets the attribute sooValue.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean sooEnabled()
String sooValue()
BitSet valueLeafFlags()
void sooEnabled(boolean sooEnabled)
sooEnabled - value of sooEnabledvoid sooValue(String sooValue)
sooValue - value of sooValueboolean isLeafValueSet(Soo.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.