public class DefaultAugCaseModKey extends org.onosproject.yang.model.InnerModelObject implements AugCaseModKey, org.onosproject.yang.model.MultiInstanceObject<AugCaseModKeyKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugCaseModKey.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
types |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugCaseModKey()
Creates an instance of defaultAugCaseModKey.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugCaseModKey.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
int |
types()
Returns the attribute types.
|
void |
types(int types)
Sets the attribute types.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected int types
protected BitSet valueLeafFlags
public DefaultAugCaseModKey()
public int types()
AugCaseModKeytypes in interface AugCaseModKeypublic BitSet valueLeafFlags()
AugCaseModKeyvalueLeafFlags in interface AugCaseModKeypublic void types(int types)
AugCaseModKeytypes in interface AugCaseModKeytypes - value of typespublic boolean isLeafValueSet(AugCaseModKey.LeafIdentifier leaf)
AugCaseModKeyisLeafValueSet in interface AugCaseModKeyleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.