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