public interface Te
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Te.LeafIdentifier
Identify the leaf of Te.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
isLeafValueSet(Te.LeafIdentifier leaf)
Checks if the leaf value is set.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
TeTpId |
teTpId()
Returns the attribute teTpId.
|
void |
teTpId(TeTpId teTpId)
Sets the attribute teTpId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeTpId teTpId()
BitSet valueLeafFlags()
Config config()
State state()
void teTpId(TeTpId teTpId)
teTpId - value of teTpIdvoid config(Config config)
config - value of configvoid state(State state)
state - value of stateboolean isLeafValueSet(Te.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.