public class DefaultEnumList extends org.onosproject.yang.model.InnerModelObject implements EnumList
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeEnumList.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected EnumleafEnum |
enumleaf |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultEnumList()
Creates an instance of defaultEnumList.
|
| Modifier and Type | Method and Description |
|---|---|
EnumleafEnum |
enumleaf()
Returns the attribute enumleaf.
|
void |
enumleaf(EnumleafEnum enumleaf)
Sets the attribute enumleaf.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(EnumList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected EnumleafEnum enumleaf
protected BitSet valueLeafFlags
public EnumleafEnum enumleaf()
EnumListpublic BitSet valueLeafFlags()
EnumListvalueLeafFlags in interface EnumListpublic void enumleaf(EnumleafEnum enumleaf)
EnumListpublic boolean isLeafValueSet(EnumList.LeafIdentifier leaf)
EnumListisLeafValueSet in interface EnumListleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.