public class DefaultAugmentedListLeaf extends org.onosproject.yang.model.InnerModelObject implements AugmentedListLeaf
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedListLeaf.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected UnionTypedef |
leafAug |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedListLeaf()
Creates an instance of defaultAugmentedListLeaf.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedListLeaf.LeafIdentifier leaf)
Checks if the leaf value is set.
|
UnionTypedef |
leafAug()
Returns the attribute leafAug.
|
void |
leafAug(UnionTypedef leafAug)
Sets the attribute leafAug.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected UnionTypedef leafAug
protected BitSet valueLeafFlags
public DefaultAugmentedListLeaf()
public UnionTypedef leafAug()
AugmentedListLeafleafAug in interface AugmentedListLeafpublic BitSet valueLeafFlags()
AugmentedListLeafvalueLeafFlags in interface AugmentedListLeafpublic void leafAug(UnionTypedef leafAug)
AugmentedListLeafleafAug in interface AugmentedListLeafleafAug - value of leafAugpublic boolean isLeafValueSet(AugmentedListLeaf.LeafIdentifier leaf)
AugmentedListLeafisLeafValueSet in interface AugmentedListLeafleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.