public class DefaultAugmentedFirstLevel extends org.onosproject.yang.model.InnerModelObject implements AugmentedFirstLevel
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedFirstLevel.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
leafAug |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedFirstLevel()
Creates an instance of defaultAugmentedFirstLevel.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedFirstLevel.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
leafAug()
Returns the attribute leafAug.
|
void |
leafAug(int leafAug)
Sets the attribute leafAug.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected int leafAug
protected BitSet valueLeafFlags
public DefaultAugmentedFirstLevel()
public int leafAug()
AugmentedFirstLevelleafAug in interface AugmentedFirstLevelpublic BitSet valueLeafFlags()
AugmentedFirstLevelvalueLeafFlags in interface AugmentedFirstLevelpublic void leafAug(int leafAug)
AugmentedFirstLevelleafAug in interface AugmentedFirstLevelleafAug - value of leafAugpublic boolean isLeafValueSet(AugmentedFirstLevel.LeafIdentifier leaf)
AugmentedFirstLevelisLeafValueSet in interface AugmentedFirstLevelleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.