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