public static enum AppInstallation.Action extends java.lang.Enum<AppInstallation.Action>
Enum Constant and Description |
---|
INSTALL_APP |
INSTALL_THEME |
OPEN_APP |
REMOVE_APP |
UNINSTALL_APP |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
rel |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRel() |
static AppInstallation.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppInstallation.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppInstallation.Action UNINSTALL_APP
public static final AppInstallation.Action REMOVE_APP
public static final AppInstallation.Action INSTALL_APP
public static final AppInstallation.Action INSTALL_THEME
public static final AppInstallation.Action OPEN_APP
public static AppInstallation.Action[] values()
for (AppInstallation.Action c : AppInstallation.Action.values()) System.out.println(c);
public static AppInstallation.Action 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 java.lang.String getRel()