public interface C2
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
C2.LeafIdentifier
Identify the leaf of C2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLeaflist1(String addTo)
Adds to the list of leaflist1.
|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<String> leaflist1()
BitSet valueLeafFlags()
void leaflist1(List<String> leaflist1)
leaflist1 - list of leaflist1void addToLeaflist1(String addTo)
addTo - value of leaflist1boolean isLeafValueSet(C2.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.