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