public interface Real
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Real.LeafIdentifier
Identify the leaf of Real.
|
| Modifier and Type | Method and Description |
|---|---|
String |
in()
Returns the attribute in.
|
void |
in(String in)
Sets the attribute in.
|
boolean |
isLeafValueSet(Real.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String in()
BitSet valueLeafFlags()
void in(String in)
in - value of inboolean isLeafValueSet(Real.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.