public static enum AgentInfo.AgentType extends Enum<AgentInfo.AgentType>
| Enum Constant and Description |
|---|
CONSOLE |
LISTENER |
LOCK_MANAGER |
MCM |
OCS_BRIDGE |
SERVICE |
WORKER |
| Modifier and Type | Method and Description |
|---|---|
String |
displayName()
Get the name of the AgentType for display purposes.
|
static AgentInfo.AgentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentInfo.AgentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentInfo.AgentType LISTENER
public static final AgentInfo.AgentType CONSOLE
public static final AgentInfo.AgentType WORKER
public static final AgentInfo.AgentType SERVICE
public static final AgentInfo.AgentType MCM
public static final AgentInfo.AgentType OCS_BRIDGE
public static final AgentInfo.AgentType LOCK_MANAGER
public static AgentInfo.AgentType[] values()
for (AgentInfo.AgentType c : AgentInfo.AgentType.values()) System.out.println(c);
public static AgentInfo.AgentType 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 nullpublic String displayName()
Copyright © 2019 LSST. All rights reserved.