public enum IntentCode extends java.lang.Enum<IntentCode>
Enum Constant and Description |
---|
ARASAAC |
ASIGN_TASK |
CALENDARIO |
CAMARA |
CONFIG_SCREEN |
EDITARPICTO |
GALERIA |
GALERIA_GRUPOS |
GALERIA_PICTOS |
LOGIN_ACTIVITY |
MY_DATA_CHECK_CODE |
NOTIGAMES |
ORDENAR |
PLAY_SERVICES_RESOLUTION_REQUEST |
RC_SIGN_IN |
VINCULAR |
Modifier and Type | Field and Description |
---|---|
private int |
code |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static IntentCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntentCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntentCode MY_DATA_CHECK_CODE
public static final IntentCode CONFIG_SCREEN
public static final IntentCode EDITARPICTO
public static final IntentCode RC_SIGN_IN
public static final IntentCode LOGIN_ACTIVITY
public static final IntentCode PLAY_SERVICES_RESOLUTION_REQUEST
public static final IntentCode GALERIA_GRUPOS
public static final IntentCode CAMARA
public static final IntentCode GALERIA
public static final IntentCode ARASAAC
public static final IntentCode CALENDARIO
public static final IntentCode GALERIA_PICTOS
public static final IntentCode VINCULAR
public static final IntentCode ASIGN_TASK
public static final IntentCode NOTIGAMES
public static final IntentCode ORDENAR
public static IntentCode[] values()
for (IntentCode c : IntentCode.values()) System.out.println(c);
public static IntentCode 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 getCode()