public class DefaultAugmentedLeafCase extends org.onosproject.yang.model.InnerModelObject implements AugmentedLeafCase
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedLeafCase.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BinaryTypedef |
leafAug |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedLeafCase()
Creates an instance of defaultAugmentedLeafCase.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedLeafCase.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BinaryTypedef |
leafAug()
Returns the attribute leafAug.
|
void |
leafAug(BinaryTypedef leafAug)
Sets the attribute leafAug.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected BinaryTypedef leafAug
protected BitSet valueLeafFlags
public DefaultAugmentedLeafCase()
public BinaryTypedef leafAug()
AugmentedLeafCaseleafAug in interface AugmentedLeafCasepublic BitSet valueLeafFlags()
AugmentedLeafCasevalueLeafFlags in interface AugmentedLeafCasepublic void leafAug(BinaryTypedef leafAug)
AugmentedLeafCaseleafAug in interface AugmentedLeafCaseleafAug - value of leafAugpublic boolean isLeafValueSet(AugmentedLeafCase.LeafIdentifier leaf)
AugmentedLeafCaseisLeafValueSet in interface AugmentedLeafCaseleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.