public static enum LConstants.TouchType extends Enum<LConstants.TouchType>
| Modifier and Type | Method and Description |
|---|---|
static LConstants.TouchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LConstants.TouchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LConstants.TouchType UP
public static final LConstants.TouchType DOWN
public static final LConstants.TouchType DRAG
public static LConstants.TouchType[] values()
for (LConstants.TouchType c : LConstants.TouchType.values()) System.out.println(c);
public static LConstants.TouchType 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 © 2019 Philip Heyse. All rights reserved.