public interface Behaviour
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HIGH_BELL_VOLUME
High bell klaxon.
|
static java.lang.String |
KLAXON_VOLUME
Klaxon.
|
static java.lang.String |
LOW_BELL_VOLUME
Low bell klaxon.
|
static java.lang.String |
SILENT_VOLUME
No klaxon.
|
static java.lang.String[] |
volumes
Predefined klaxon volumes array.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getColumnsToDisplay()
Get the column names to be displayed.
|
java.lang.String |
getDailyPrinter()
Get the printer name for alarm daily printing.
|
java.lang.String |
getKlaxonVolume()
Get the alarm klaxon volume.
|
boolean |
isAlarmAutoKlaxon()
Check the alarm auto klaxon flag.
|
boolean |
isAlarmAutoTerminated()
Check the alarm auto terminate flag.
|
boolean |
isAlarmDistinguished()
Check the alarm distinction flag.
|
boolean |
isDailyPrinting()
Check the alarm daily printing flag.
|
void |
setAlarmAutoKlaxon(boolean newAlarmAutoKlaxon)
Set the alarm auto klaxon flag.
|
void |
setAlarmAutoTerminated(boolean newAlarmAutoTerminated)
Set the alarm auto terminate flag.
|
void |
setAlarmDistinguished(boolean newAlarmDistinguished)
Set the alarm distinction flag.
|
void |
setColumnsToDisplay(java.lang.String[] newColumnNames)
Set newColumnNames
|
void |
setDailyPrinter(java.lang.String newPrinter)
Set the printer name for alarm daily printing.
|
void |
setDailyPrinting(boolean newDailyPrinting)
Set the alarm daily printing flag.
|
void |
setKlaxonVolume(java.lang.String newKlaxonVolume)
Set the alarm klaxon volume.
|
static final java.lang.String SILENT_VOLUME
static final java.lang.String LOW_BELL_VOLUME
static final java.lang.String HIGH_BELL_VOLUME
static final java.lang.String KLAXON_VOLUME
static final java.lang.String[] volumes
java.lang.String getDailyPrinter()
void setDailyPrinter(java.lang.String newPrinter)
newPrinter - the daily printing printer nameboolean isDailyPrinting()
void setDailyPrinting(boolean newDailyPrinting)
newDailyPrinting - if true daily printing is enabled.boolean isAlarmDistinguished()
void setAlarmDistinguished(boolean newAlarmDistinguished)
newAlarmDistinguished - if true alarm distinction is enabled.boolean isAlarmAutoTerminated()
void setAlarmAutoTerminated(boolean newAlarmAutoTerminated)
newAlarmAutoTerminated - if true alarm auto terminate is enabled.boolean isAlarmAutoKlaxon()
void setAlarmAutoKlaxon(boolean newAlarmAutoKlaxon)
newAlarmAutoKlaxon - if true alarm auto klaxon is enabled.java.lang.String getKlaxonVolume()
void setKlaxonVolume(java.lang.String newKlaxonVolume)
newKlaxonVolume - the alarm klaxon volume.java.lang.String[] getColumnsToDisplay()
void setColumnsToDisplay(java.lang.String[] newColumnNames)
newColumnNames - the column names.