public class DefaultValues extends org.onosproject.yang.model.InnerModelObject implements Values
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeValues.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected long |
mask |
protected long |
value |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultValues()
Creates an instance of defaultValues.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Values.LeafIdentifier leaf)
Checks if the leaf value is set.
|
long |
mask()
Returns the attribute mask.
|
void |
mask(long mask)
Sets the attribute mask.
|
String |
toString() |
long |
value()
Returns the attribute value.
|
void |
value(long value)
Sets the attribute value.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected long value
protected long mask
protected BitSet valueLeafFlags
public long value()
Valuespublic long mask()
Valuespublic BitSet valueLeafFlags()
ValuesvalueLeafFlags in interface Valuespublic void value(long value)
Valuespublic void mask(long mask)
Valuespublic boolean isLeafValueSet(Values.LeafIdentifier leaf)
ValuesisLeafValueSet in interface Valuesleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.