public interface Animal
| Modifier and Type | Interface and Description |
|---|---|
static class |
Animal.LeafIdentifier
Identify the leaf of Animal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToYangAutoPrefixBoolean(Boolean addTo)
Adds to the list of yangAutoPrefixBoolean.
|
Animal |
animal()
Returns the attribute animal.
|
void |
animal(Animal animal)
Sets the attribute animal.
|
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.
|
C4 |
c4()
Returns the attribute c4.
|
void |
c4(C4 c4)
Sets the attribute c4.
|
boolean |
isLeafValueSet(Animal.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()
Animal animal()
C4 c4()
C2 c2()
void bool(boolean bool)
bool - value of boolvoid yangAutoPrefixBoolean(List<Boolean> yangAutoPrefixBoolean)
yangAutoPrefixBoolean - list of yangAutoPrefixBooleanvoid animal(Animal animal)
animal - value of animalvoid c4(C4 c4)
c4 - value of c4void c2(C2 c2)
c2 - value of c2void addToYangAutoPrefixBoolean(Boolean addTo)
addTo - value of yangAutoPrefixBooleanboolean isLeafValueSet(Animal.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.