public interface Animal
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Animal.LeafIdentifier
Identify the leaf of Animal.
|
| Modifier and Type | Method and Description |
|---|---|
C3 |
c3()
Returns the attribute c3.
|
void |
c3(C3 c3)
Sets the attribute c3.
|
boolean |
isLeafValueSet(Animal.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
p7()
Returns the attribute p7.
|
void |
p7(String p7)
Sets the attribute p7.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String p7()
BitSet valueLeafFlags()
C3 c3()
void p7(String p7)
p7 - value of p7void c3(C3 c3)
c3 - value of c3boolean isLeafValueSet(Animal.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.