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