public static enum AlarmRule.RuleType extends Enum<AlarmRule.RuleType>
| Modifier and Type | Method and Description |
|---|---|
String |
getRule() |
static AlarmRule.RuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlarmRule.RuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlarmRule.RuleType R1
public static final AlarmRule.RuleType R2
public static final AlarmRule.RuleType R4
public static final AlarmRule.RuleType R5
public static final AlarmRule.RuleType R6
public static final AlarmRule.RuleType R7
public static AlarmRule.RuleType[] values()
for (AlarmRule.RuleType c : AlarmRule.RuleType.values()) System.out.println(c);
public static AlarmRule.RuleType 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 nullpublic String getRule()
Copyright © 2018. All rights reserved.