public static enum AuxData.Type extends Enum<AuxData.Type>
| Modifier and Type | Method and Description |
|---|---|
static AuxData.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuxData.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuxData.Type ALARM
public static final AuxData.Type WARNING
public static AuxData.Type[] values()
for (AuxData.Type c : AuxData.Type.values()) System.out.println(c);
public static AuxData.Type 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 © 2016 LSST. All rights reserved.