org.onosproject.yang.model.ModelObject.ModelObjectTypeCase1a.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
leaf1A1 |
protected String |
leaf1A2 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultCase1a()
Creates an instance of defaultCase1a.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Case1a.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
leaf1A1()
Returns the attribute leaf1A1.
|
void |
leaf1A1(String leaf1A1)
Sets the attribute leaf1A1.
|
String |
leaf1A2()
Returns the attribute leaf1A2.
|
void |
leaf1A2(String leaf1A2)
Sets the attribute leaf1A2.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected String leaf1A1
protected String leaf1A2
protected BitSet valueLeafFlags
public String leaf1A1()
Case1apublic String leaf1A2()
Case1apublic BitSet valueLeafFlags()
Case1avalueLeafFlags in interface Case1apublic void leaf1A1(String leaf1A1)
Case1apublic void leaf1A2(String leaf1A2)
Case1apublic boolean isLeafValueSet(Case1a.LeafIdentifier leaf)
Case1aisLeafValueSet in interface Case1aleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.