public static enum CalibratorExistingRule.EnumEventType extends Enum<CalibratorExistingRule.EnumEventType>
| Enum Constant and Description |
|---|
NULL |
VALUE_RULE_CREATE |
VALUE_RULE_EVENT_REMAPPING |
VALUE_RULE_STATUS_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CalibratorExistingRule.EnumEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalibratorExistingRule.EnumEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalibratorExistingRule.EnumEventType VALUE_RULE_CREATE
public static final CalibratorExistingRule.EnumEventType VALUE_RULE_EVENT_REMAPPING
public static final CalibratorExistingRule.EnumEventType VALUE_RULE_STATUS_UPDATE
public static final CalibratorExistingRule.EnumEventType NULL
public static CalibratorExistingRule.EnumEventType[] values()
for (CalibratorExistingRule.EnumEventType c : CalibratorExistingRule.EnumEventType.values()) System.out.println(c);
public static CalibratorExistingRule.EnumEventType 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 toString()
toString in class Enum<CalibratorExistingRule.EnumEventType>Copyright © 2018. All rights reserved.