public static enum ShutterDetailedStateEvent.ShutterState extends Enum<ShutterDetailedStateEvent.ShutterState> implements SALEnum
| Modifier and Type | Method and Description |
|---|---|
static ShutterDetailedStateEvent.ShutterState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShutterDetailedStateEvent.ShutterState[] |
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 ShutterDetailedStateEvent.ShutterState CLOSED
public static final ShutterDetailedStateEvent.ShutterState OPEN
public static final ShutterDetailedStateEvent.ShutterState CLOSING
public static final ShutterDetailedStateEvent.ShutterState OPENING
public static ShutterDetailedStateEvent.ShutterState[] values()
for (ShutterDetailedStateEvent.ShutterState c : ShutterDetailedStateEvent.ShutterState.values()) System.out.println(c);
public static ShutterDetailedStateEvent.ShutterState 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 © 2022. All rights reserved.