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