public class DefaultType extends org.onosproject.yang.model.InnerModelObject implements Type, org.onosproject.yang.model.MultiInstanceObject<TypeKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeType.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Con1 |
con1 |
protected Leaf1Union |
leaf1 |
protected Class<? extends YangAutoPrefixInt> |
leaf2 |
protected Tdef1 |
leaf3 |
protected Class<? extends YangAutoPrefixInt> |
leaf4 |
protected String |
leaf5 |
protected Leaf6Enum |
leaf6 |
protected Bitdef |
leaf7 |
protected byte[] |
leaf8 |
protected Id |
leaf9 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultType()
Creates an instance of defaultType.
|
| Modifier and Type | Method and Description |
|---|---|
Con1 |
con1()
Returns the attribute con1.
|
void |
con1(Con1 con1)
Sets the attribute con1.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Leaf1Union leaf1
protected Class<? extends YangAutoPrefixInt> leaf2
protected Tdef1 leaf3
protected Class<? extends YangAutoPrefixInt> leaf4
protected String leaf5
protected Leaf6Enum leaf6
protected Bitdef leaf7
protected byte[] leaf8
protected Id leaf9
protected BitSet valueLeafFlags
protected Con1 con1
public Leaf1Union leaf1()
Typepublic Class<? extends YangAutoPrefixInt> leaf2()
Typepublic Class<? extends YangAutoPrefixInt> leaf4()
Typepublic byte[] leaf8()
Typepublic BitSet valueLeafFlags()
TypevalueLeafFlags in interface Typepublic void leaf1(Leaf1Union leaf1)
Typepublic void leaf2(Class<? extends YangAutoPrefixInt> leaf2)
Typepublic void leaf3(Tdef1 leaf3)
Typepublic void leaf4(Class<? extends YangAutoPrefixInt> leaf4)
Typepublic void leaf5(String leaf5)
Typepublic void leaf6(Leaf6Enum leaf6)
Typepublic void leaf7(Bitdef leaf7)
Typepublic void leaf8(byte[] leaf8)
Typepublic boolean isLeafValueSet(Type.LeafIdentifier leaf)
TypeisLeafValueSet in interface Typeleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.