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