|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AppStatus>
com.sap.portal.mdm.connectivity.AppStatus
public enum AppStatus
An enumeration that defines the installation status of an application. For Web and native applications, when no MDM system is registered, the IN_PROGRESS status is not reported.
| Enum Constant Summary | |
|---|---|
FAILED
|
|
IN_PROGRESS
|
|
INSTALLED
|
|
NOT_INSTALLED
|
|
| Method Summary | |
|---|---|
int |
getID()
Gets the ID of the applications installation status |
static AppStatus |
getStatusById(int ID)
Returns the the application installation status according to its ID |
static AppStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AppStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AppStatus NOT_INSTALLED
public static final AppStatus IN_PROGRESS
public static final AppStatus INSTALLED
public static final AppStatus FAILED
| Method Detail |
|---|
public static AppStatus[] values()
for (AppStatus c : AppStatus.values()) System.out.println(c);
public static AppStatus valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getID()
public static AppStatus getStatusById(int ID)
ID - the ID that is defined by the AppStatus enumeration
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||