public class DefaultAllAccesses extends org.onosproject.yang.model.InnerModelObject implements AllAccesses
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAllAccesses.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allOtherAccesses |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAllAccesses()
Creates an instance of defaultAllAccesses.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allOtherAccesses()
Returns the attribute allOtherAccesses.
|
void |
allOtherAccesses(boolean allOtherAccesses)
Sets the attribute allOtherAccesses.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AllAccesses.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected boolean allOtherAccesses
protected BitSet valueLeafFlags
public DefaultAllAccesses()
public boolean allOtherAccesses()
AllAccessesallOtherAccesses in interface AllAccessespublic BitSet valueLeafFlags()
AllAccessesvalueLeafFlags in interface AllAccessespublic void allOtherAccesses(boolean allOtherAccesses)
AllAccessesallOtherAccesses in interface AllAccessesallOtherAccesses - value of allOtherAccessespublic boolean isLeafValueSet(AllAccesses.LeafIdentifier leaf)
AllAccessesisLeafValueSet in interface AllAccessesleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.