public class DefaultSrcTributarySlots extends org.onosproject.yang.model.InnerModelObject implements SrcTributarySlots
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeSrcTributarySlots.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BitSet |
valueLeafFlags |
protected List<Short> |
values |
| Constructor and Description |
|---|
DefaultSrcTributarySlots()
Creates an instance of defaultSrcTributarySlots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToValues(Short addTo)
Adds to the list of values.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(SrcTributarySlots.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<Short> |
values()
Returns the attribute values.
|
void |
values(List<Short> values)
Sets the attribute values.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultSrcTributarySlots()
public List<Short> values()
SrcTributarySlotsvalues in interface SrcTributarySlotspublic BitSet valueLeafFlags()
SrcTributarySlotsvalueLeafFlags in interface SrcTributarySlotspublic void values(List<Short> values)
SrcTributarySlotsvalues in interface SrcTributarySlotsvalues - list of valuespublic void addToValues(Short addTo)
SrcTributarySlotsaddToValues in interface SrcTributarySlotsaddTo - value of valuespublic boolean isLeafValueSet(SrcTributarySlots.LeafIdentifier leaf)
SrcTributarySlotsisLeafValueSet in interface SrcTributarySlotsleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.