public class DefaultAllGroups extends org.onosproject.yang.model.InnerModelObject implements AllGroups
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAllGroups.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allOtherGroups |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAllGroups()
Creates an instance of defaultAllGroups.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allOtherGroups()
Returns the attribute allOtherGroups.
|
void |
allOtherGroups(boolean allOtherGroups)
Sets the attribute allOtherGroups.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AllGroups.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected boolean allOtherGroups
protected BitSet valueLeafFlags
public DefaultAllGroups()
public boolean allOtherGroups()
AllGroupsallOtherGroups in interface AllGroupspublic BitSet valueLeafFlags()
AllGroupsvalueLeafFlags in interface AllGroupspublic void allOtherGroups(boolean allOtherGroups)
AllGroupsallOtherGroups in interface AllGroupsallOtherGroups - value of allOtherGroupspublic boolean isLeafValueSet(AllGroups.LeafIdentifier leaf)
AllGroupsisLeafValueSet in interface AllGroupsleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.