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