public class DefaultAugmentedSchType extends org.onosproject.yang.model.InnerModelObject implements AugmentedSchType
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedSchType.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
leaf10 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedSchType()
Creates an instance of defaultAugmentedSchType.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedSchType.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
leaf10()
Returns the attribute leaf10.
|
void |
leaf10(int leaf10)
Sets the attribute leaf10.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected int leaf10
protected BitSet valueLeafFlags
public DefaultAugmentedSchType()
public int leaf10()
AugmentedSchTypeleaf10 in interface AugmentedSchTypepublic BitSet valueLeafFlags()
AugmentedSchTypevalueLeafFlags in interface AugmentedSchTypepublic void leaf10(int leaf10)
AugmentedSchTypeleaf10 in interface AugmentedSchTypeleaf10 - value of leaf10public boolean isLeafValueSet(AugmentedSchType.LeafIdentifier leaf)
AugmentedSchTypeisLeafValueSet in interface AugmentedSchTypeleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.