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.
|
byte[] |
labelFlags()
Returns the attribute labelFlags.
|
void |
labelFlags(byte[] labelFlags)
Sets the attribute labelFlags.
|
GeneralizedLabel |
value()
Returns the attribute value.
|
void |
value(GeneralizedLabel value)
Sets the attribute value.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
GeneralizedLabel value()
byte[] labelFlags()
BitSet valueLeafFlags()
void value(GeneralizedLabel value)
value - value of valuevoid labelFlags(byte[] labelFlags)
labelFlags - value of labelFlagsboolean isLeafValueSet(Label.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.