public static enum FilterChangerDetailedStateEvent.FilterChangerState extends Enum<FilterChangerDetailedStateEvent.FilterChangerState> implements SALEnum
| Enum Constant and Description |
|---|
LOADED |
LOADING |
ROTATING |
UNLOADED |
UNLOADING |
| Modifier and Type | Method and Description |
|---|---|
static FilterChangerDetailedStateEvent.FilterChangerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterChangerDetailedStateEvent.FilterChangerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetEnum, getSALValuepublic static final FilterChangerDetailedStateEvent.FilterChangerState UNLOADING
public static final FilterChangerDetailedStateEvent.FilterChangerState LOADING
public static final FilterChangerDetailedStateEvent.FilterChangerState LOADED
public static final FilterChangerDetailedStateEvent.FilterChangerState UNLOADED
public static final FilterChangerDetailedStateEvent.FilterChangerState ROTATING
public static FilterChangerDetailedStateEvent.FilterChangerState[] values()
for (FilterChangerDetailedStateEvent.FilterChangerState c : FilterChangerDetailedStateEvent.FilterChangerState.values()) System.out.println(c);
public static FilterChangerDetailedStateEvent.FilterChangerState 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. All rights reserved.