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 |
|---|---|
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.
|
protected 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 boolean isLeafValueSet(Values.LeafIdentifier leaf)
ValuesisLeafValueSet in interface Valuesleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.