public interface Te
| Modifier and Type | Interface and Description |
|---|---|
static class |
Te.LeafIdentifier
Identify the leaf of Te.
|
| Modifier and Type | Method and Description |
|---|---|
TeGlobalId |
clientId()
Returns the attribute clientId.
|
void |
clientId(TeGlobalId clientId)
Sets the attribute clientId.
|
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.
|
TeGlobalId |
providerId()
Returns the attribute providerId.
|
void |
providerId(TeGlobalId providerId)
Sets the attribute providerId.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
TeTopologyId |
teTopologyId()
Returns the attribute teTopologyId.
|
void |
teTopologyId(TeTopologyId teTopologyId)
Sets the attribute teTopologyId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeGlobalId providerId()
TeGlobalId clientId()
TeTopologyId teTopologyId()
BitSet valueLeafFlags()
Config config()
State state()
void providerId(TeGlobalId providerId)
providerId - value of providerIdvoid clientId(TeGlobalId clientId)
clientId - value of clientIdvoid teTopologyId(TeTopologyId teTopologyId)
teTopologyId - value of teTopologyIdvoid 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.