public interface State
| Modifier and Type | Interface and Description |
|---|---|
static class |
State.LeafIdentifier
Identify the leaf of State.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToAltInformationSources(AltInformationSources addTo)
Adds to the list of altInformationSources.
|
void |
addToTeLinkTemplate(Object addTo)
Adds to the list of teLinkTemplate.
|
List<AltInformationSources> |
altInformationSources()
Returns the attribute altInformationSources.
|
void |
altInformationSources(List<AltInformationSources> altInformationSources)
Sets the attribute altInformationSources.
|
BundleStackLevel |
bundleStackLevel()
Returns the attribute bundleStackLevel.
|
void |
bundleStackLevel(BundleStackLevel bundleStackLevel)
Sets the attribute bundleStackLevel.
|
InformationSourceEnum |
informationSource()
Returns the attribute informationSource.
|
void |
informationSource(InformationSourceEnum informationSource)
Sets the attribute informationSource.
|
InformationSourceState |
informationSourceState()
Returns the attribute informationSourceState.
|
void |
informationSourceState(InformationSourceState informationSourceState)
Sets the attribute informationSourceState.
|
boolean |
isLeafValueSet(State.LeafIdentifier leaf)
Checks if the leaf value is set.
|
TeOperStatus |
operStatus()
Returns the attribute operStatus.
|
void |
operStatus(TeOperStatus operStatus)
Sets the attribute operStatus.
|
Recovery |
recovery()
Returns the attribute recovery.
|
void |
recovery(Recovery recovery)
Sets the attribute recovery.
|
TeLinkAttributes |
teLinkAttributes()
Returns the attribute teLinkAttributes.
|
void |
teLinkAttributes(TeLinkAttributes teLinkAttributes)
Sets the attribute teLinkAttributes.
|
List<Object> |
teLinkTemplate()
Returns the attribute teLinkTemplate.
|
void |
teLinkTemplate(List<Object> teLinkTemplate)
Sets the attribute teLinkTemplate.
|
Underlay |
underlay()
Returns the attribute underlay.
|
void |
underlay(Underlay underlay)
Sets the attribute underlay.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeOperStatus operStatus()
InformationSourceEnum informationSource()
List<Object> teLinkTemplate()
BitSet valueLeafFlags()
List<AltInformationSources> altInformationSources()
Recovery recovery()
Underlay underlay()
InformationSourceState informationSourceState()
BundleStackLevel bundleStackLevel()
TeLinkAttributes teLinkAttributes()
void operStatus(TeOperStatus operStatus)
operStatus - value of operStatusvoid informationSource(InformationSourceEnum informationSource)
informationSource - value of informationSourcevoid teLinkTemplate(List<Object> teLinkTemplate)
teLinkTemplate - list of teLinkTemplatevoid altInformationSources(List<AltInformationSources> altInformationSources)
altInformationSources - list of altInformationSourcesvoid recovery(Recovery recovery)
recovery - value of recoveryvoid underlay(Underlay underlay)
underlay - value of underlayvoid informationSourceState(InformationSourceState informationSourceState)
informationSourceState - value of informationSourceStatevoid bundleStackLevel(BundleStackLevel bundleStackLevel)
bundleStackLevel - value of bundleStackLevelvoid teLinkAttributes(TeLinkAttributes teLinkAttributes)
teLinkAttributes - value of teLinkAttributesvoid addToTeLinkTemplate(Object addTo)
addTo - value of teLinkTemplatevoid addToAltInformationSources(AltInformationSources addTo)
addTo - value of altInformationSourcesboolean isLeafValueSet(State.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.