public enum LogProcessType extends Enum<LogProcessType>
Modifier and Type | Method and Description |
---|---|
static LogProcessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogProcessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogProcessType GSA
public static final LogProcessType GSM
public static final LogProcessType GSC
public static final LogProcessType LUS
public static final LogProcessType ESM
public static LogProcessType[] values()
for (LogProcessType c : LogProcessType.values()) System.out.println(c);
public static LogProcessType 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 © GigaSpaces.