
public enum AgentCategory extends Enum<AgentCategory>
| Enum Constant and Description |
|---|
AIRWATCH |
CLUSTER_MONITOR |
DOORMAN |
FILTER_CHANGER |
FOCAL_PLANE |
GANTRY |
IMAGE_HANDLER |
JYTHONCONSOLE |
LOCALBD |
MCM |
METROLOGY |
POWER |
PY4J_SERVER |
RAFT |
REST_SERVER |
SHUTTER |
TESTSTAND |
TESTSTAND_SUPPORT |
TS8_BENCH |
| Modifier and Type | Field and Description |
|---|---|
static String |
AGENT_CATEGORY_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static AgentCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentCategory FOCAL_PLANE
public static final AgentCategory RAFT
public static final AgentCategory POWER
public static final AgentCategory METROLOGY
public static final AgentCategory TESTSTAND
public static final AgentCategory TS8_BENCH
public static final AgentCategory DOORMAN
public static final AgentCategory AIRWATCH
public static final AgentCategory LOCALBD
public static final AgentCategory JYTHONCONSOLE
public static final AgentCategory REST_SERVER
public static final AgentCategory SHUTTER
public static final AgentCategory MCM
public static final AgentCategory CLUSTER_MONITOR
public static final AgentCategory PY4J_SERVER
public static final AgentCategory FILTER_CHANGER
public static final AgentCategory GANTRY
public static final AgentCategory IMAGE_HANDLER
public static final AgentCategory TESTSTAND_SUPPORT
public static final String AGENT_CATEGORY_PROPERTY
public static AgentCategory[] values()
for (AgentCategory c : AgentCategory.values()) System.out.println(c);
public static AgentCategory 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.