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 |
kingfisher |
protected boolean |
redbull |
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 |
kingfisher()
Returns the attribute kingfisher.
|
void |
kingfisher(boolean kingfisher)
Sets the attribute kingfisher.
|
boolean |
redbull()
Returns the attribute redbull.
|
void |
redbull(boolean redbull)
Sets the attribute redbull.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected boolean kingfisher
protected boolean redbull
protected BitSet valueLeafFlags
public boolean kingfisher()
Typekingfisher in interface Typepublic boolean redbull()
Typepublic BitSet valueLeafFlags()
TypevalueLeafFlags in interface Typepublic void kingfisher(boolean kingfisher)
Typekingfisher in interface Typekingfisher - value of kingfisherpublic void redbull(boolean redbull)
Typepublic boolean isLeafValueSet(Type.LeafIdentifier leaf)
TypeisLeafValueSet in interface Typeleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.