public interface Food
| Modifier and Type | Interface and Description |
|---|---|
static class |
Food.LeafIdentifier
Identify the leaf of Food.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
bool()
Returns the attribute bool.
|
void |
bool(boolean bool)
Sets the attribute bool.
|
C2 |
c2()
Returns the attribute c2.
|
void |
c2(C2 c2)
Sets the attribute c2.
|
Food |
food()
Returns the attribute food.
|
void |
food(Food food)
Sets the attribute food.
|
boolean |
isLeafValueSet(Food.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<Boolean> |
yangAutoPrefixBoolean()
Returns the attribute yangAutoPrefixBoolean.
|
void |
yangAutoPrefixBoolean(List<Boolean> yangAutoPrefixBoolean)
Sets the attribute yangAutoPrefixBoolean.
|
boolean bool()
List<Boolean> yangAutoPrefixBoolean()
BitSet valueLeafFlags()
Food food()
C2 c2()
void bool(boolean bool)
bool - value of boolvoid yangAutoPrefixBoolean(List<Boolean> yangAutoPrefixBoolean)
yangAutoPrefixBoolean - list of yangAutoPrefixBooleanvoid food(Food food)
food - value of foodvoid c2(C2 c2)
c2 - value of c2boolean isLeafValueSet(Food.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.