public static enum Action.Type extends java.lang.Enum<Action.Type> implements Stringable
| Enum Constant and Description |
|---|
CAMERA |
CAMERAROLL |
DATETIMEPICKER |
LOCATION |
MESSAGE |
POSTBACK |
URI |
| Modifier and Type | Method and Description |
|---|---|
static Action.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Action.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final Action.Type POSTBACK
public static final Action.Type MESSAGE
public static final Action.Type URI
public static final Action.Type DATETIMEPICKER
public static final Action.Type CAMERA
public static final Action.Type CAMERAROLL
public static final Action.Type LOCATION
public static Action.Type[] values()
for (Action.Type c : Action.Type.values()) System.out.println(c);
public static Action.Type 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