public interface C2
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
C2.LeafIdentifier
Identify the leaf of C2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLeaflist1(String addTo)
Adds to the list of leaflist1.
|
void |
addToLl1(Byte addTo)
Adds to the list of ll1.
|
void |
addToLl10(BigDecimal addTo)
Adds to the list of ll10.
|
void |
addToLl2(Short addTo)
Adds to the list of ll2.
|
void |
addToLl3(Integer addTo)
Adds to the list of ll3.
|
void |
addToLl4(Short addTo)
Adds to the list of ll4.
|
void |
addToLl5(Integer addTo)
Adds to the list of ll5.
|
void |
addToLl6(Long addTo)
Adds to the list of ll6.
|
void |
addToLl7(Long addTo)
Adds to the list of ll7.
|
void |
addToLl8(BigInteger addTo)
Adds to the list of ll8.
|
void |
addToLl9(Boolean addTo)
Adds to the list of ll9.
|
boolean |
isLeafValueSet(C2.LeafIdentifier leaf)
Checks if the leaf value is set.
|
byte |
leaf1()
Returns the attribute leaf1.
|
void |
leaf1(byte leaf1)
Sets the attribute leaf1.
|
BigDecimal |
leaf10()
Returns the attribute leaf10.
|
void |
leaf10(BigDecimal leaf10)
Sets the attribute leaf10.
|
short |
leaf2()
Returns the attribute leaf2.
|
void |
leaf2(short leaf2)
Sets the attribute leaf2.
|
int |
leaf3()
Returns the attribute leaf3.
|
void |
leaf3(int leaf3)
Sets the attribute leaf3.
|
short |
leaf4()
Returns the attribute leaf4.
|
void |
leaf4(short leaf4)
Sets the attribute leaf4.
|
int |
leaf5()
Returns the attribute leaf5.
|
void |
leaf5(int leaf5)
Sets the attribute leaf5.
|
long |
leaf6()
Returns the attribute leaf6.
|
void |
leaf6(long leaf6)
Sets the attribute leaf6.
|
long |
leaf7()
Returns the attribute leaf7.
|
void |
leaf7(long leaf7)
Sets the attribute leaf7.
|
BigInteger |
leaf8()
Returns the attribute leaf8.
|
void |
leaf8(BigInteger leaf8)
Sets the attribute leaf8.
|
boolean |
leaf9()
Returns the attribute leaf9.
|
void |
leaf9(boolean leaf9)
Sets the attribute leaf9.
|
List<String> |
leaflist1()
Returns the attribute leaflist1.
|
void |
leaflist1(List<String> leaflist1)
Sets the attribute leaflist1.
|
List<Byte> |
ll1()
Returns the attribute ll1.
|
void |
ll1(List<Byte> ll1)
Sets the attribute ll1.
|
List<BigDecimal> |
ll10()
Returns the attribute ll10.
|
void |
ll10(List<BigDecimal> ll10)
Sets the attribute ll10.
|
List<Short> |
ll2()
Returns the attribute ll2.
|
void |
ll2(List<Short> ll2)
Sets the attribute ll2.
|
List<Integer> |
ll3()
Returns the attribute ll3.
|
void |
ll3(List<Integer> ll3)
Sets the attribute ll3.
|
List<Short> |
ll4()
Returns the attribute ll4.
|
void |
ll4(List<Short> ll4)
Sets the attribute ll4.
|
List<Integer> |
ll5()
Returns the attribute ll5.
|
void |
ll5(List<Integer> ll5)
Sets the attribute ll5.
|
List<Long> |
ll6()
Returns the attribute ll6.
|
void |
ll6(List<Long> ll6)
Sets the attribute ll6.
|
List<Long> |
ll7()
Returns the attribute ll7.
|
void |
ll7(List<Long> ll7)
Sets the attribute ll7.
|
List<BigInteger> |
ll8()
Returns the attribute ll8.
|
void |
ll8(List<BigInteger> ll8)
Sets the attribute ll8.
|
List<Boolean> |
ll9()
Returns the attribute ll9.
|
void |
ll9(List<Boolean> ll9)
Sets the attribute ll9.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
byte leaf1()
short leaf2()
int leaf3()
short leaf4()
int leaf5()
long leaf6()
long leaf7()
BigInteger leaf8()
boolean leaf9()
BigDecimal leaf10()
List<String> leaflist1()
List<BigInteger> ll8()
List<BigDecimal> ll10()
BitSet valueLeafFlags()
void leaf1(byte leaf1)
leaf1 - value of leaf1void leaf2(short leaf2)
leaf2 - value of leaf2void leaf3(int leaf3)
leaf3 - value of leaf3void leaf4(short leaf4)
leaf4 - value of leaf4void leaf5(int leaf5)
leaf5 - value of leaf5void leaf6(long leaf6)
leaf6 - value of leaf6void leaf7(long leaf7)
leaf7 - value of leaf7void leaf8(BigInteger leaf8)
leaf8 - value of leaf8void leaf9(boolean leaf9)
leaf9 - value of leaf9void leaf10(BigDecimal leaf10)
leaf10 - value of leaf10void leaflist1(List<String> leaflist1)
leaflist1 - list of leaflist1void ll8(List<BigInteger> ll8)
ll8 - list of ll8void ll10(List<BigDecimal> ll10)
ll10 - list of ll10void addToLeaflist1(String addTo)
addTo - value of leaflist1void addToLl1(Byte addTo)
addTo - value of ll1void addToLl2(Short addTo)
addTo - value of ll2void addToLl3(Integer addTo)
addTo - value of ll3void addToLl4(Short addTo)
addTo - value of ll4void addToLl5(Integer addTo)
addTo - value of ll5void addToLl6(Long addTo)
addTo - value of ll6void addToLl7(Long addTo)
addTo - value of ll7void addToLl8(BigInteger addTo)
addTo - value of ll8void addToLl9(Boolean addTo)
addTo - value of ll9void addToLl10(BigDecimal addTo)
addTo - value of ll10boolean isLeafValueSet(C2.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2019. All rights reserved.