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