public class AlarmTriggeringAction extends AlarmAction
| Modifier and Type | Field and Description |
|---|---|
Action |
action |
boolean |
green2yellow |
boolean |
red2yellow |
AlarmTriggeringActionTransitionSpec[] |
transitionSpecs |
boolean |
yellow2green |
boolean |
yellow2red |
dynamicProperty, dynamicType| Constructor and Description |
|---|
AlarmTriggeringAction() |
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction() |
AlarmTriggeringActionTransitionSpec[] |
getTransitionSpecs() |
boolean |
isGreen2yellow() |
boolean |
isRed2yellow() |
boolean |
isYellow2green() |
boolean |
isYellow2red() |
void |
setAction(Action action) |
void |
setGreen2yellow(boolean green2yellow) |
void |
setRed2yellow(boolean red2yellow) |
void |
setTransitionSpecs(AlarmTriggeringActionTransitionSpec[] transitionSpecs) |
void |
setYellow2green(boolean yellow2green) |
void |
setYellow2red(boolean yellow2red) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Action action
public AlarmTriggeringActionTransitionSpec[] transitionSpecs
public boolean green2yellow
public boolean yellow2red
public boolean red2yellow
public boolean yellow2green
public Action getAction()
public AlarmTriggeringActionTransitionSpec[] getTransitionSpecs()
public boolean isGreen2yellow()
public boolean isYellow2red()
public boolean isRed2yellow()
public boolean isYellow2green()
public void setAction(Action action)
public void setTransitionSpecs(AlarmTriggeringActionTransitionSpec[] transitionSpecs)
public void setGreen2yellow(boolean green2yellow)
public void setYellow2red(boolean yellow2red)
public void setRed2yellow(boolean red2yellow)
public void setYellow2green(boolean yellow2green)
Copyright © 2011-2012. All Rights Reserved.