public class DefaultC2 extends org.onosproject.yang.model.InnerModelObject implements C2
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeC2.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
leaflist1 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultC2()
Creates an instance of defaultC2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLeaflist1(String addTo)
Adds to the list of leaflist1.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(C2.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<String> |
leaflist1()
Returns the attribute leaflist1.
|
void |
leaflist1(List<String> leaflist1)
Sets the attribute leaflist1.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected BitSet valueLeafFlags
public List<String> leaflist1()
C2public BitSet valueLeafFlags()
C2valueLeafFlags in interface C2public void leaflist1(List<String> leaflist1)
C2public void addToLeaflist1(String addTo)
C2addToLeaflist1 in interface C2addTo - value of leaflist1public boolean isLeafValueSet(C2.LeafIdentifier leaf)
C2isLeafValueSet in interface C2leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.