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