public enum AgentGroup extends Enum<AgentGroup>
| Enum Constant and Description |
|---|
ALIVENESS_TEST |
CAMERA |
ENVIRONMENT |
INFRASTRUCTURE |
METROLOGY |
TEST_STAND_8 |
TS71G |
| Modifier and Type | Field and Description |
|---|---|
static String |
AGENT_GROUP_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static AgentGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentGroup CAMERA
public static final AgentGroup ALIVENESS_TEST
public static final AgentGroup ENVIRONMENT
public static final AgentGroup METROLOGY
public static final AgentGroup TEST_STAND_8
public static final AgentGroup INFRASTRUCTURE
public static final AgentGroup TS71G
public static final String AGENT_GROUP_PROPERTY
public static AgentGroup[] values()
for (AgentGroup c : AgentGroup.values()) System.out.println(c);
public static AgentGroup 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 © 2022 LSST. All rights reserved.