public class DefaultTeSrlgs extends org.onosproject.yang.model.InnerModelObject implements TeSrlgs
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTeSrlgs.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BitSet |
valueLeafFlags |
protected List<Srlg> |
values |
| Constructor and Description |
|---|
DefaultTeSrlgs()
Creates an instance of defaultTeSrlgs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToValues(Srlg addTo)
Adds to the list of values.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(TeSrlgs.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<Srlg> |
values()
Returns the attribute values.
|
void |
values(List<Srlg> values)
Sets the attribute values.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic List<Srlg> values()
TeSrlgspublic BitSet valueLeafFlags()
TeSrlgsvalueLeafFlags in interface TeSrlgspublic void values(List<Srlg> values)
TeSrlgspublic void addToValues(Srlg addTo)
TeSrlgsaddToValues in interface TeSrlgsaddTo - value of valuespublic boolean isLeafValueSet(TeSrlgs.LeafIdentifier leaf)
TeSrlgsisLeafValueSet in interface TeSrlgsleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.