public static enum FilterChangerPowerStatusEvent.PowerState extends Enum<FilterChangerPowerStatusEvent.PowerState> implements SALEnum
| Enum Constant and Description |
|---|
HIGH_POWER |
LOW_POWER |
| Modifier and Type | Method and Description |
|---|---|
static FilterChangerPowerStatusEvent.PowerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterChangerPowerStatusEvent.PowerState[] |
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 FilterChangerPowerStatusEvent.PowerState LOW_POWER
public static final FilterChangerPowerStatusEvent.PowerState HIGH_POWER
public static FilterChangerPowerStatusEvent.PowerState[] values()
for (FilterChangerPowerStatusEvent.PowerState c : FilterChangerPowerStatusEvent.PowerState.values()) System.out.println(c);
public static FilterChangerPowerStatusEvent.PowerState 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 © 2024. All rights reserved.