public class DefaultValues extends org.onosproject.yang.model.InnerModelObject implements Values
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeValues.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends RouteExcludeSrlg> |
usage |
protected BitSet |
valueLeafFlags |
protected List<Srlg> |
values |
| Constructor and Description |
|---|
DefaultValues()
Creates an instance of defaultValues.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToValues(Srlg addTo)
Adds to the list of values.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Values.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
Class<? extends RouteExcludeSrlg> |
usage()
Returns the attribute usage.
|
void |
usage(Class<? extends RouteExcludeSrlg> usage)
Sets the attribute usage.
|
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, removeAugmentationprotected Class<? extends RouteExcludeSrlg> usage
protected BitSet valueLeafFlags
public Class<? extends RouteExcludeSrlg> usage()
Valuespublic List<Srlg> values()
Valuespublic BitSet valueLeafFlags()
ValuesvalueLeafFlags in interface Valuespublic void usage(Class<? extends RouteExcludeSrlg> usage)
Valuespublic void values(List<Srlg> values)
Valuespublic void addToValues(Srlg addTo)
ValuesaddToValues in interface ValuesaddTo - value of valuespublic boolean isLeafValueSet(Values.LeafIdentifier leaf)
ValuesisLeafValueSet in interface Valuesleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.