org.onosproject.yang.model.ModelObject.ModelObjectTypeResult.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected ResultEnum |
result |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultResult()
Creates an instance of defaultResult.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Result.LeafIdentifier leaf)
Checks if the leaf value is set.
|
ResultEnum |
result()
Returns the attribute result.
|
void |
result(ResultEnum result)
Sets the attribute result.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected ResultEnum result
protected BitSet valueLeafFlags
public ResultEnum result()
Resultpublic BitSet valueLeafFlags()
ResultvalueLeafFlags in interface Resultpublic void result(ResultEnum result)
Resultpublic boolean isLeafValueSet(Result.LeafIdentifier leaf)
ResultisLeafValueSet in interface Resultleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.