public static enum AgentLockServiceCommands.SetGetLevelCommands extends Enum<AgentLockServiceCommands.SetGetLevelCommands>
| Enum Constant and Description |
|---|
LEVEL |
| Modifier and Type | Method and Description |
|---|---|
static AgentLockServiceCommands.SetGetLevelCommands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentLockServiceCommands.SetGetLevelCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentLockServiceCommands.SetGetLevelCommands LEVEL
public static AgentLockServiceCommands.SetGetLevelCommands[] values()
for (AgentLockServiceCommands.SetGetLevelCommands c : AgentLockServiceCommands.SetGetLevelCommands.values()) System.out.println(c);
public static AgentLockServiceCommands.SetGetLevelCommands 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 © 2020 LSST. All rights reserved.