org.onosproject.yang.model.ModelObject.ModelObjectTypeLabel.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected long |
value |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultLabel()
Creates an instance of defaultLabel.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Label.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
long |
value()
Returns the attribute value.
|
void |
value(long value)
Sets the attribute value.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected long value
protected BitSet valueLeafFlags
public long value()
Labelpublic BitSet valueLeafFlags()
LabelvalueLeafFlags in interface Labelpublic void value(long value)
Labelpublic boolean isLeafValueSet(Label.LeafIdentifier leaf)
LabelisLeafValueSet in interface Labelleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.