public class DefaultModKey extends org.onosproject.yang.model.InnerModelObject implements ModKey, org.onosproject.yang.model.MultiInstanceObject<ModKeyKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeModKey.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
types |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultModKey()
Creates an instance of defaultModKey.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(ModKey.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.
|
protected int types
protected BitSet valueLeafFlags
public int types()
ModKeypublic BitSet valueLeafFlags()
ModKeyvalueLeafFlags in interface ModKeypublic void types(int types)
ModKeypublic boolean isLeafValueSet(ModKey.LeafIdentifier leaf)
ModKeyisLeafValueSet in interface ModKeyleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.