public static enum ShutterDetailedStateEvent.ShutterState extends Enum<ShutterDetailedStateEvent.ShutterState> implements SALEnum<ShutterDetailedStateEvent.ShutterState>
| Modifier and Type | Method and Description |
|---|---|
int |
getSALValue() |
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.
|
public static final ShutterDetailedStateEvent.ShutterState CLOSED
public static final ShutterDetailedStateEvent.ShutterState OPENING
public static final ShutterDetailedStateEvent.ShutterState OPEN
public static final ShutterDetailedStateEvent.ShutterState CLOSING
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 nullpublic int getSALValue()
getSALValue in interface SALEnum<ShutterDetailedStateEvent.ShutterState>Copyright © 2019. All rights reserved.