public enum ActionParameter extends Enum<ActionParameter>
| Enum Constant and Description |
|---|
alarm |
alarmName |
declaringSummary |
eventDescription |
newStatus |
oldStatus |
target |
targetName |
triggeringSummary |
| Modifier and Type | Method and Description |
|---|---|
static ActionParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionParameter targetName
public static final ActionParameter alarmName
public static final ActionParameter oldStatus
public static final ActionParameter newStatus
public static final ActionParameter triggeringSummary
public static final ActionParameter declaringSummary
public static final ActionParameter eventDescription
public static final ActionParameter target
public static final ActionParameter alarm
public static ActionParameter[] values()
for (ActionParameter c : ActionParameter.values()) System.out.println(c);
public static ActionParameter valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2011-2012. All Rights Reserved.