public static enum SharedBuffer.LocationState extends java.lang.Enum<SharedBuffer.LocationState>
| Modifier and Type | Method and Description |
|---|---|
static SharedBuffer.LocationState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SharedBuffer.LocationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedBuffer.LocationState OFF
public static final SharedBuffer.LocationState ON
public static final SharedBuffer.LocationState COMPASS
public static SharedBuffer.LocationState[] values()
for (SharedBuffer.LocationState c : SharedBuffer.LocationState.values()) System.out.println(c);
public static SharedBuffer.LocationState 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 null