public static enum HealthEventLog.HealthEventLogType extends java.lang.Enum<HealthEventLog.HealthEventLogType>
Enum Constant and Description |
---|
ACTION |
ANOMALY |
CHECK |
RECHECK |
RECOVER |
START_MESSAGE |
START_TIME |
Modifier and Type | Method and Description |
---|---|
static HealthEventLog.HealthEventLogType |
fromTypeName(java.lang.String name) |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
static HealthEventLog.HealthEventLogType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HealthEventLog.HealthEventLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HealthEventLog.HealthEventLogType START_MESSAGE
public static final HealthEventLog.HealthEventLogType START_TIME
public static final HealthEventLog.HealthEventLogType CHECK
public static final HealthEventLog.HealthEventLogType RECHECK
public static final HealthEventLog.HealthEventLogType RECOVER
public static final HealthEventLog.HealthEventLogType ACTION
public static final HealthEventLog.HealthEventLogType ANOMALY
public static HealthEventLog.HealthEventLogType[] values()
for (HealthEventLog.HealthEventLogType c : HealthEventLog.HealthEventLogType.values()) System.out.println(c);
public static HealthEventLog.HealthEventLogType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
public java.lang.String getDescription()
public static HealthEventLog.HealthEventLogType fromTypeName(java.lang.String name)