
public static enum AgentLockInfo.Status extends Enum<AgentLockInfo.Status>
| Enum Constant and Description |
|---|
ACK_LEGACY |
ACKNOWLEDGED |
ATTACH |
DETACH |
INFO |
LEVEL_UPDATE |
LOGIN_INVISIBLE |
LOGIN_VISIBLE |
REJECTED |
RELEASED |
REMINDER |
REQUESTED |
| Modifier and Type | Method and Description |
|---|---|
static AgentLockInfo.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentLockInfo.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentLockInfo.Status REQUESTED
public static final AgentLockInfo.Status ACKNOWLEDGED
public static final AgentLockInfo.Status ACK_LEGACY
public static final AgentLockInfo.Status RELEASED
public static final AgentLockInfo.Status REJECTED
public static final AgentLockInfo.Status LEVEL_UPDATE
public static final AgentLockInfo.Status REMINDER
public static final AgentLockInfo.Status ATTACH
public static final AgentLockInfo.Status DETACH
public static final AgentLockInfo.Status INFO
public static final AgentLockInfo.Status LOGIN_INVISIBLE
public static final AgentLockInfo.Status LOGIN_VISIBLE
public static AgentLockInfo.Status[] values()
for (AgentLockInfo.Status c : AgentLockInfo.Status.values()) System.out.println(c);
public static AgentLockInfo.Status 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.