public interface Result
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Result.LeafIdentifier
Identify the leaf of Result.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
ResultEnum result()
BitSet valueLeafFlags()
void result(ResultEnum result)
result - value of resultboolean isLeafValueSet(Result.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.