public static enum A1000.VfSelection extends Enum<A1000.VfSelection>
| Enum Constant and Description |
|---|
CUSTOM |
HZ120 |
HZ180 |
HZ50 |
HZ50_HST1 |
HZ50_HST2 |
HZ50_SAT |
HZ50_VT1 |
HZ50_VT2 |
HZ60_HST1 |
HZ60_HST2 |
HZ60_SAT |
HZ60_VT1 |
HZ60_VT2 |
HZ72 |
HZ90 |
| Modifier and Type | Method and Description |
|---|---|
static A1000.VfSelection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static A1000.VfSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final A1000.VfSelection HZ50
public static final A1000.VfSelection HZ60_SAT
public static final A1000.VfSelection HZ50_SAT
public static final A1000.VfSelection HZ72
public static final A1000.VfSelection HZ50_VT1
public static final A1000.VfSelection HZ50_VT2
public static final A1000.VfSelection HZ60_VT1
public static final A1000.VfSelection HZ60_VT2
public static final A1000.VfSelection HZ50_HST1
public static final A1000.VfSelection HZ50_HST2
public static final A1000.VfSelection HZ60_HST1
public static final A1000.VfSelection HZ60_HST2
public static final A1000.VfSelection HZ90
public static final A1000.VfSelection HZ120
public static final A1000.VfSelection HZ180
public static final A1000.VfSelection CUSTOM
public static A1000.VfSelection[] values()
for (A1000.VfSelection c : A1000.VfSelection.values()) System.out.println(c);
public static A1000.VfSelection 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 © 2023 LSST. All rights reserved.