public class DefaultAugListModKey extends org.onosproject.yang.model.InnerModelObject implements AugListModKey, org.onosproject.yang.model.MultiInstanceObject<AugListModKeyKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugListModKey.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
types |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugListModKey()
Creates an instance of defaultAugListModKey.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugListModKey.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 DefaultAugListModKey()
public int types()
AugListModKeytypes in interface AugListModKeypublic BitSet valueLeafFlags()
AugListModKeyvalueLeafFlags in interface AugListModKeypublic void types(int types)
AugListModKeytypes in interface AugListModKeytypes - value of typespublic boolean isLeafValueSet(AugListModKey.LeafIdentifier leaf)
AugListModKeyisLeafValueSet in interface AugListModKeyleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.