public class DefaultType extends org.onosproject.yang.model.InnerModelObject implements Type
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeType.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected boolean |
light |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultType()
Creates an instance of defaultType.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Type.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
light()
Returns the attribute light.
|
void |
light(boolean light)
Sets the attribute light.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected boolean light
protected BitSet valueLeafFlags
public boolean light()
Typepublic BitSet valueLeafFlags()
TypevalueLeafFlags in interface Typepublic void light(boolean light)
Typepublic boolean isLeafValueSet(Type.LeafIdentifier leaf)
TypeisLeafValueSet in interface Typeleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.