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 |
addToTeNodeTemplate(Object addTo)
Adds to the list of teNodeTemplate.
|
List<AltInformationSources> |
altInformationSources()
Returns the attribute altInformationSources.
|
void |
altInformationSources(List<AltInformationSources> altInformationSources)
Sets the attribute altInformationSources.
|
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.
|
boolean |
isMultiAccessDr()
Returns the attribute isMultiAccessDr.
|
void |
isMultiAccessDr(boolean isMultiAccessDr)
Sets the attribute isMultiAccessDr.
|
TeOperStatus |
operStatus()
Returns the attribute operStatus.
|
void |
operStatus(TeOperStatus operStatus)
Sets the attribute operStatus.
|
TeNodeAttributes |
teNodeAttributes()
Returns the attribute teNodeAttributes.
|
void |
teNodeAttributes(TeNodeAttributes teNodeAttributes)
Sets the attribute teNodeAttributes.
|
List<Object> |
teNodeTemplate()
Returns the attribute teNodeTemplate.
|
void |
teNodeTemplate(List<Object> teNodeTemplate)
Sets the attribute teNodeTemplate.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeOperStatus operStatus()
boolean isMultiAccessDr()
InformationSourceEnum informationSource()
List<Object> teNodeTemplate()
BitSet valueLeafFlags()
List<AltInformationSources> altInformationSources()
InformationSourceState informationSourceState()
TeNodeAttributes teNodeAttributes()
void operStatus(TeOperStatus operStatus)
operStatus - value of operStatusvoid isMultiAccessDr(boolean isMultiAccessDr)
isMultiAccessDr - value of isMultiAccessDrvoid informationSource(InformationSourceEnum informationSource)
informationSource - value of informationSourcevoid teNodeTemplate(List<Object> teNodeTemplate)
teNodeTemplate - list of teNodeTemplatevoid altInformationSources(List<AltInformationSources> altInformationSources)
altInformationSources - list of altInformationSourcesvoid informationSourceState(InformationSourceState informationSourceState)
informationSourceState - value of informationSourceStatevoid teNodeAttributes(TeNodeAttributes teNodeAttributes)
teNodeAttributes - value of teNodeAttributesvoid addToTeNodeTemplate(Object addTo)
addTo - value of teNodeTemplatevoid addToAltInformationSources(AltInformationSources addTo)
addTo - value of altInformationSourcesboolean isLeafValueSet(State.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.