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