org.onosproject.yang.model.ModelObject.ModelObjectTypeC1.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
leaf1 |
protected List<String> |
leaf2 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultC1()
Creates an instance of defaultC1.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLeaf2(String addTo)
Adds to the list of leaf2.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(C1.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
leaf1()
Returns the attribute leaf1.
|
void |
leaf1(String leaf1)
Sets the attribute leaf1.
|
List<String> |
leaf2()
Returns the attribute leaf2.
|
void |
leaf2(List<String> leaf2)
Sets the attribute leaf2.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public List<String> leaf2()
C1public BitSet valueLeafFlags()
C1valueLeafFlags in interface C1public void leaf1(String leaf1)
C1public void leaf2(List<String> leaf2)
C1public void addToLeaf2(String addTo)
C1addToLeaf2 in interface C1addTo - value of leaf2public boolean isLeafValueSet(C1.LeafIdentifier leaf)
C1isLeafValueSet in interface C1leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.