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