public class DefaultEnumList extends org.onosproject.yang.model.InnerModelObject implements EnumList, org.onosproject.yang.model.MultiInstanceObject<EnumListKeys>
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 Enumleaf1Enum |
enumleaf1 |
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.
|
Enumleaf1Enum |
enumleaf1()
Returns the attribute enumleaf1.
|
void |
enumleaf1(Enumleaf1Enum enumleaf1)
Sets the attribute enumleaf1.
|
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 Enumleaf1Enum enumleaf1
protected BitSet valueLeafFlags
public EnumleafEnum enumleaf()
EnumListpublic Enumleaf1Enum enumleaf1()
EnumListpublic BitSet valueLeafFlags()
EnumListvalueLeafFlags in interface EnumListpublic void enumleaf(EnumleafEnum enumleaf)
EnumListpublic void enumleaf1(Enumleaf1Enum enumleaf1)
EnumListpublic boolean isLeafValueSet(EnumList.LeafIdentifier leaf)
EnumListisLeafValueSet in interface EnumListleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.