org.onosproject.yang.model.ModelObject.ModelObjectTypeColdDrink.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
flavor |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultColdDrink()
Creates an instance of defaultColdDrink.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
flavor()
Returns the attribute flavor.
|
void |
flavor(List<String> flavor)
Sets the attribute flavor.
|
int |
hashCode() |
boolean |
isLeafValueSet(ColdDrink.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public DefaultColdDrink()
public List<String> flavor()
ColdDrinkpublic BitSet valueLeafFlags()
ColdDrinkvalueLeafFlags in interface ColdDrinkpublic void flavor(List<String> flavor)
ColdDrinkpublic boolean isLeafValueSet(ColdDrink.LeafIdentifier leaf)
ColdDrinkisLeafValueSet in interface ColdDrinkleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.