public interface Type
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Type.LeafIdentifier
Identify the leaf of Type.
|
| Modifier and Type | Method and Description |
|---|---|
Con1 |
con1()
Returns the attribute con1.
|
void |
con1(Con1 con1)
Sets the attribute con1.
|
boolean |
isLeafValueSet(Type.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Leaf1Union |
leaf1()
Returns the attribute leaf1.
|
void |
leaf1(Leaf1Union leaf1)
Sets the attribute leaf1.
|
Class<? extends YangAutoPrefixInt> |
leaf2()
Returns the attribute leaf2.
|
void |
leaf2(Class<? extends YangAutoPrefixInt> leaf2)
Sets the attribute leaf2.
|
Tdef1 |
leaf3()
Returns the attribute leaf3.
|
void |
leaf3(Tdef1 leaf3)
Sets the attribute leaf3.
|
Class<? extends YangAutoPrefixInt> |
leaf4()
Returns the attribute leaf4.
|
void |
leaf4(Class<? extends YangAutoPrefixInt> leaf4)
Sets the attribute leaf4.
|
String |
leaf5()
Returns the attribute leaf5.
|
void |
leaf5(String leaf5)
Sets the attribute leaf5.
|
Leaf6Enum |
leaf6()
Returns the attribute leaf6.
|
void |
leaf6(Leaf6Enum leaf6)
Sets the attribute leaf6.
|
Bitdef |
leaf7()
Returns the attribute leaf7.
|
void |
leaf7(Bitdef leaf7)
Sets the attribute leaf7.
|
byte[] |
leaf8()
Returns the attribute leaf8.
|
void |
leaf8(byte[] leaf8)
Sets the attribute leaf8.
|
Id |
leaf9()
Returns the attribute leaf9.
|
void |
leaf9(Id leaf9)
Sets the attribute leaf9.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Leaf1Union leaf1()
Class<? extends YangAutoPrefixInt> leaf2()
Tdef1 leaf3()
Class<? extends YangAutoPrefixInt> leaf4()
String leaf5()
Leaf6Enum leaf6()
Bitdef leaf7()
byte[] leaf8()
Id leaf9()
BitSet valueLeafFlags()
Con1 con1()
void leaf1(Leaf1Union leaf1)
leaf1 - value of leaf1void leaf2(Class<? extends YangAutoPrefixInt> leaf2)
leaf2 - value of leaf2void leaf3(Tdef1 leaf3)
leaf3 - value of leaf3void leaf4(Class<? extends YangAutoPrefixInt> leaf4)
leaf4 - value of leaf4void leaf5(String leaf5)
leaf5 - value of leaf5void leaf6(Leaf6Enum leaf6)
leaf6 - value of leaf6void leaf7(Bitdef leaf7)
leaf7 - value of leaf7void leaf8(byte[] leaf8)
leaf8 - value of leaf8void leaf9(Id leaf9)
leaf9 - value of leaf9void con1(Con1 con1)
con1 - value of con1boolean isLeafValueSet(Type.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.