public interface TeNodeEvent
| Modifier and Type | Interface and Description |
|---|---|
static class |
TeNodeEvent.LeafIdentifier
Identify the leaf of TeNodeEvent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToAltInformationSources(AltInformationSources addTo)
Adds to the list of altInformationSources.
|
List<AltInformationSources> |
altInformationSources()
Returns the attribute altInformationSources.
|
void |
altInformationSources(List<AltInformationSources> altInformationSources)
Sets the attribute altInformationSources.
|
TeTopologyEventType |
eventType()
Returns the attribute eventType.
|
void |
eventType(TeTopologyEventType eventType)
Sets the attribute eventType.
|
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(TeNodeEvent.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
isMultiAccessDr()
Returns the attribute isMultiAccessDr.
|
void |
isMultiAccessDr(boolean isMultiAccessDr)
Sets the attribute isMultiAccessDr.
|
Object |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(Object networkRef)
Sets the attribute networkRef.
|
Object |
nodeRef()
Returns the attribute nodeRef.
|
void |
nodeRef(Object nodeRef)
Sets the attribute nodeRef.
|
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.
|
TeTopology |
teTopology()
Returns the attribute teTopology.
|
void |
teTopology(TeTopology teTopology)
Sets the attribute teTopology.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeTopologyEventType eventType()
Object nodeRef()
Object networkRef()
TeOperStatus operStatus()
boolean isMultiAccessDr()
InformationSourceEnum informationSource()
BitSet valueLeafFlags()
TeTopology teTopology()
TeNodeAttributes teNodeAttributes()
List<AltInformationSources> altInformationSources()
InformationSourceState informationSourceState()
void eventType(TeTopologyEventType eventType)
eventType - value of eventTypevoid nodeRef(Object nodeRef)
nodeRef - value of nodeRefvoid networkRef(Object networkRef)
networkRef - value of networkRefvoid operStatus(TeOperStatus operStatus)
operStatus - value of operStatusvoid isMultiAccessDr(boolean isMultiAccessDr)
isMultiAccessDr - value of isMultiAccessDrvoid informationSource(InformationSourceEnum informationSource)
informationSource - value of informationSourcevoid teTopology(TeTopology teTopology)
teTopology - value of teTopologyvoid teNodeAttributes(TeNodeAttributes teNodeAttributes)
teNodeAttributes - value of teNodeAttributesvoid altInformationSources(List<AltInformationSources> altInformationSources)
altInformationSources - list of altInformationSourcesvoid informationSourceState(InformationSourceState informationSourceState)
informationSourceState - value of informationSourceStatevoid addToAltInformationSources(AltInformationSources addTo)
addTo - value of altInformationSourcesboolean isLeafValueSet(TeNodeEvent.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.