public class DefaultReal extends org.onosproject.yang.model.InnerModelObject implements Real
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeReal.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
in |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultReal()
Creates an instance of defaultReal.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic BitSet valueLeafFlags()
RealvalueLeafFlags in interface Realpublic boolean isLeafValueSet(Real.LeafIdentifier leaf)
RealisLeafValueSet in interface Realleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.