public class DefaultFixed extends org.onosproject.yang.model.InnerModelObject implements Fixed
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeFixed.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected long |
fixedValue |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultFixed()
Creates an instance of defaultFixed.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
fixedValue()
Returns the attribute fixedValue.
|
void |
fixedValue(long fixedValue)
Sets the attribute fixedValue.
|
int |
hashCode() |
boolean |
isLeafValueSet(Fixed.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected long fixedValue
protected BitSet valueLeafFlags
public long fixedValue()
FixedfixedValue in interface Fixedpublic BitSet valueLeafFlags()
FixedvalueLeafFlags in interface Fixedpublic void fixedValue(long fixedValue)
FixedfixedValue in interface FixedfixedValue - value of fixedValuepublic boolean isLeafValueSet(Fixed.LeafIdentifier leaf)
FixedisLeafValueSet in interface Fixedleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.