org.onosproject.yang.model.ModelObject.ModelObjectTypeCase2a.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
leaf2A1 |
protected String |
leaf2A2 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultCase2a()
Creates an instance of defaultCase2a.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Case2a.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
leaf2A1()
Returns the attribute leaf2A1.
|
void |
leaf2A1(String leaf2A1)
Sets the attribute leaf2A1.
|
String |
leaf2A2()
Returns the attribute leaf2A2.
|
void |
leaf2A2(String leaf2A2)
Sets the attribute leaf2A2.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected String leaf2A1
protected String leaf2A2
protected BitSet valueLeafFlags
public String leaf2A1()
Case2apublic String leaf2A2()
Case2apublic BitSet valueLeafFlags()
Case2avalueLeafFlags in interface Case2apublic void leaf2A1(String leaf2A1)
Case2apublic void leaf2A2(String leaf2A2)
Case2apublic boolean isLeafValueSet(Case2a.LeafIdentifier leaf)
Case2aisLeafValueSet in interface Case2aleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.