public class DefaultFrom extends org.onosproject.yang.model.InnerModelObject implements From
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeFrom.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Object |
tpRef |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultFrom()
Creates an instance of defaultFrom.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(From.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
Object |
tpRef()
Returns the attribute tpRef.
|
void |
tpRef(Object tpRef)
Sets the attribute tpRef.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic BitSet valueLeafFlags()
FromvalueLeafFlags in interface Frompublic void tpRef(Object tpRef)
Frompublic boolean isLeafValueSet(From.LeafIdentifier leaf)
FromisLeafValueSet in interface Fromleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.