public static enum ITaurusApplication.EModelUpdateStatus extends java.lang.Enum<ITaurusApplication.EModelUpdateStatus>
| Enum Constant and Description |
|---|
ATTRIBUTES_REFRESHED
The status has been checked, an update was executed but the
applications version number does not match with the version number of
the master configuration.
|
NOT_CHECKED
The version status has not been checked yet.
|
UP_TO_DATE
The application is up to date.
|
UPDATE_REQUIRED
A newer model version is available, but the application has not been
updated yet.
|
UPDATE_SUSPENDED
The update was canceled by the user.
|
| Modifier and Type | Method and Description |
|---|---|
static ITaurusApplication.EModelUpdateStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ITaurusApplication.EModelUpdateStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITaurusApplication.EModelUpdateStatus UP_TO_DATE
public static final ITaurusApplication.EModelUpdateStatus NOT_CHECKED
public static final ITaurusApplication.EModelUpdateStatus ATTRIBUTES_REFRESHED
public static final ITaurusApplication.EModelUpdateStatus UPDATE_SUSPENDED
public static final ITaurusApplication.EModelUpdateStatus UPDATE_REQUIRED
public static ITaurusApplication.EModelUpdateStatus[] values()
for (ITaurusApplication.EModelUpdateStatus c : ITaurusApplication.EModelUpdateStatus.values()) System.out.println(c);
public static ITaurusApplication.EModelUpdateStatus 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 nullCopyright © 2015 Micro Focus GmbH. All rights reserved.