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