public class DefaultTreeFlavor extends org.onosproject.yang.model.InnerModelObject implements TreeFlavor, org.onosproject.yang.model.MultiInstanceObject<TreeFlavorKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTreeFlavor.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends MulticastTreeType> |
type |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTreeFlavor()
Creates an instance of defaultTreeFlavor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(TreeFlavor.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
Class<? extends MulticastTreeType> |
type()
Returns the attribute type.
|
void |
type(Class<? extends MulticastTreeType> type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Class<? extends MulticastTreeType> type
protected BitSet valueLeafFlags
public DefaultTreeFlavor()
public Class<? extends MulticastTreeType> type()
TreeFlavortype in interface TreeFlavorpublic BitSet valueLeafFlags()
TreeFlavorvalueLeafFlags in interface TreeFlavorpublic void type(Class<? extends MulticastTreeType> type)
TreeFlavortype in interface TreeFlavortype - value of typepublic boolean isLeafValueSet(TreeFlavor.LeafIdentifier leaf)
TreeFlavorisLeafValueSet in interface TreeFlavorleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.