public interface ModuleListAndKey
| Modifier and Type | Interface and Description |
|---|---|
static class |
ModuleListAndKey.LeafIdentifier
Identify the leaf of ModuleListAndKey.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLl1(Ll1Union addTo)
Adds to the list of ll1.
|
void |
addToLl2(Class<? extends YangAutoPrefixInt> addTo)
Adds to the list of ll2.
|
void |
addToLl3(Tdef1 addTo)
Adds to the list of ll3.
|
void |
addToLl4(Class<? extends YangAutoPrefixInt> addTo)
Adds to the list of ll4.
|
void |
addToLl5(String addTo)
Adds to the list of ll5.
|
void |
addToLl6(Ll6Enum addTo)
Adds to the list of ll6.
|
void |
addToLl7(Bitdef addTo)
Adds to the list of ll7.
|
void |
addToLl8(byte[] addTo)
Adds to the list of ll8.
|
void |
addToLl9(Id addTo)
Adds to the list of ll9.
|
void |
addToModKey(ModKey addTo)
Adds to the list of modKey.
|
void |
addToTri(Class<? extends YangAutoPrefixInt> addTo)
Adds to the list of tri.
|
void |
addToType(Type addTo)
Adds to the list of type.
|
boolean |
isLeafValueSet(ModuleListAndKey.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Ll1Union> |
ll1()
Returns the attribute ll1.
|
void |
ll1(List<Ll1Union> ll1)
Sets the attribute ll1.
|
List<Class<? extends YangAutoPrefixInt>> |
ll2()
Returns the attribute ll2.
|
void |
ll2(List<Class<? extends YangAutoPrefixInt>> ll2)
Sets the attribute ll2.
|
List<Tdef1> |
ll3()
Returns the attribute ll3.
|
void |
ll3(List<Tdef1> ll3)
Sets the attribute ll3.
|
List<Class<? extends YangAutoPrefixInt>> |
ll4()
Returns the attribute ll4.
|
void |
ll4(List<Class<? extends YangAutoPrefixInt>> ll4)
Sets the attribute ll4.
|
List<String> |
ll5()
Returns the attribute ll5.
|
void |
ll5(List<String> ll5)
Sets the attribute ll5.
|
List<Ll6Enum> |
ll6()
Returns the attribute ll6.
|
void |
ll6(List<Ll6Enum> ll6)
Sets the attribute ll6.
|
List<Bitdef> |
ll7()
Returns the attribute ll7.
|
void |
ll7(List<Bitdef> ll7)
Sets the attribute ll7.
|
List<byte[]> |
ll8()
Returns the attribute ll8.
|
void |
ll8(List<byte[]> ll8)
Sets the attribute ll8.
|
List<Id> |
ll9()
Returns the attribute ll9.
|
void |
ll9(List<Id> ll9)
Sets the attribute ll9.
|
List<ModKey> |
modKey()
Returns the attribute modKey.
|
void |
modKey(List<ModKey> modKey)
Sets the attribute modKey.
|
List<Class<? extends YangAutoPrefixInt>> |
tri()
Returns the attribute tri.
|
void |
tri(List<Class<? extends YangAutoPrefixInt>> tri)
Sets the attribute tri.
|
List<Type> |
type()
Returns the attribute type.
|
void |
type(List<Type> type)
Sets the attribute type.
|
Val |
val()
Returns the attribute val.
|
void |
val(Val val)
Sets the attribute val.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<Class<? extends YangAutoPrefixInt>> tri()
List<Class<? extends YangAutoPrefixInt>> ll2()
List<Class<? extends YangAutoPrefixInt>> ll4()
List<byte[]> ll8()
BitSet valueLeafFlags()
Val val()
void tri(List<Class<? extends YangAutoPrefixInt>> tri)
tri - list of trivoid ll2(List<Class<? extends YangAutoPrefixInt>> ll2)
ll2 - list of ll2void ll4(List<Class<? extends YangAutoPrefixInt>> ll4)
ll4 - list of ll4void ll8(List<byte[]> ll8)
ll8 - list of ll8void modKey(List<ModKey> modKey)
modKey - list of modKeyvoid val(Val val)
val - value of valvoid addToTri(Class<? extends YangAutoPrefixInt> addTo)
addTo - value of trivoid addToLl1(Ll1Union addTo)
addTo - value of ll1void addToLl2(Class<? extends YangAutoPrefixInt> addTo)
addTo - value of ll2void addToLl3(Tdef1 addTo)
addTo - value of ll3void addToLl4(Class<? extends YangAutoPrefixInt> addTo)
addTo - value of ll4void addToLl5(String addTo)
addTo - value of ll5void addToLl6(Ll6Enum addTo)
addTo - value of ll6void addToLl7(Bitdef addTo)
addTo - value of ll7void addToLl8(byte[] addTo)
addTo - value of ll8void addToLl9(Id addTo)
addTo - value of ll9void addToModKey(ModKey addTo)
addTo - value of modKeyvoid addToType(Type addTo)
addTo - value of typeboolean isLeafValueSet(ModuleListAndKey.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.