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.
|
Enumleaf1Enum |
enumleaf1()
Returns the attribute enumleaf1.
|
void |
enumleaf1(Enumleaf1Enum enumleaf1)
Sets the attribute enumleaf1.
|
boolean |
isLeafValueSet(EnumList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
EnumleafEnum enumleaf()
Enumleaf1Enum enumleaf1()
BitSet valueLeafFlags()
void enumleaf(EnumleafEnum enumleaf)
enumleaf - value of enumleafvoid enumleaf1(Enumleaf1Enum enumleaf1)
enumleaf1 - value of enumleaf1boolean isLeafValueSet(EnumList.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.