public interface L2
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
L2.LeafIdentifier
Identify the leaf of L2.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(L2.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
m1()
Returns the attribute m1.
|
void |
m1(String m1)
Sets the attribute m1.
|
String |
m2()
Returns the attribute m2.
|
void |
m2(String m2)
Sets the attribute m2.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String m1()
String m2()
BitSet valueLeafFlags()
void m1(String m1)
m1 - value of m1void m2(String m2)
m2 - value of m2boolean isLeafValueSet(L2.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.