public class DefaultProceed extends org.onosproject.yang.model.InnerModelObject implements Proceed
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeProceed.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isPresent |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultProceed()
Creates an instance of defaultProceed.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Proceed.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
isPresent()
Returns the attribute isPresent.
|
void |
isPresent(boolean isPresent)
Sets the attribute isPresent.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected boolean isPresent
protected BitSet valueLeafFlags
public boolean isPresent()
Proceedpublic BitSet valueLeafFlags()
ProceedvalueLeafFlags in interface Proceedpublic void isPresent(boolean isPresent)
Proceedpublic boolean isLeafValueSet(Proceed.LeafIdentifier leaf)
ProceedisLeafValueSet in interface Proceedleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.