org.onosproject.yang.model.ModelObject.ModelObjectTypeLabel.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected short |
flags |
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) |
short |
flags()
Returns the attribute flags.
|
void |
flags(short flags)
Sets the attribute flags.
|
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 short flags
protected BitSet valueLeafFlags
public long value()
Labelpublic short flags()
Labelpublic BitSet valueLeafFlags()
LabelvalueLeafFlags in interface Labelpublic void value(long value)
Labelpublic void flags(short flags)
Labelpublic boolean isLeafValueSet(Label.LeafIdentifier leaf)
LabelisLeafValueSet in interface Labelleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.