public static enum LscAgent.OperationType extends Enum<LscAgent.OperationType>
Enum Constant and Description |
---|
START |
STATUS |
STOP |
TASKS_LIST |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static LscAgent.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LscAgent.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LscAgent.OperationType START
public static final LscAgent.OperationType STOP
public static final LscAgent.OperationType STATUS
public static final LscAgent.OperationType TASKS_LIST
public static final LscAgent.OperationType UNKNOWN
public static LscAgent.OperationType[] values()
for (LscAgent.OperationType c : LscAgent.OperationType.values()) System.out.println(c);
public static LscAgent.OperationType 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 © 2005-2024 LSC project. All Rights Reserved.