public static enum GVar.LED_EWSND extends java.lang.Enum<GVar.LED_EWSND>
Modifier and Type | Method and Description |
---|---|
int |
get() |
static GVar.LED_EWSND |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GVar.LED_EWSND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GVar.LED_EWSND E
public static final GVar.LED_EWSND W
public static final GVar.LED_EWSND S
public static final GVar.LED_EWSND N
public static final GVar.LED_EWSND D
public static GVar.LED_EWSND[] values()
for (GVar.LED_EWSND c : GVar.LED_EWSND.values()) System.out.println(c);
public static GVar.LED_EWSND valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int get()