public class CurrentAlertSignal extends AbstractAlertState
| Modifier and Type | Field and Description |
|---|---|
protected AlertSignalLocation |
location |
protected SignalPresence |
presence |
protected Integer |
slot |
protected PausableActivation |
state |
descriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
CurrentAlertSignal() |
| Modifier and Type | Method and Description |
|---|---|
AlertSignalLocation |
getLocation()
Gives information about where the primary alert signal is generated.
|
SignalPresence |
getPresence()
Indicates if the signal is currently generated.
|
Integer |
getSlot()
The slot is 0-based index that allows a priorization of the alert signal w.r.t. signal tangibility.
|
PausableActivation |
getState()
Indicates if the alert system will generate a signal if the condition is present.
|
void |
setLocation(AlertSignalLocation value)
Sets the value of the location property.
|
void |
setPresence(SignalPresence value)
Sets the value of the presence property.
|
void |
setSlot(Integer value)
Sets the value of the slot property.
|
void |
setState(PausableActivation value)
Sets the value of the state property.
|
getDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected PausableActivation state
protected SignalPresence presence
protected AlertSignalLocation location
protected Integer slot
public PausableActivation getState()
PausableActivationpublic void setState(PausableActivation value)
value - allowed object is
PausableActivationpublic SignalPresence getPresence()
SignalPresencepublic void setPresence(SignalPresence value)
value - allowed object is
SignalPresencepublic AlertSignalLocation getLocation()
AlertSignalLocationpublic void setLocation(AlertSignalLocation value)
value - allowed object is
AlertSignalLocationpublic Integer getSlot()
IntegerCopyright © 2016. All rights reserved.