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