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