public static enum HotfixInstallStatus.HotFixInstallStatus extends java.lang.Enum<HotfixInstallStatus.HotFixInstallStatus>
Enum Constant and Description |
---|
INSTALLED
The hotfix is Installed on the current system
|
NOT_INSTALLED
The hotfix is not Installed on the current system
|
PARTIALLYINSTALLED
Some of the hotfix's modules have not been installed while some have
|
SUPERSEDED
A fix for one or more of the hotfix's module with later dates have been applied
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static HotfixInstallStatus.HotFixInstallStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HotfixInstallStatus.HotFixInstallStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HotfixInstallStatus.HotFixInstallStatus INSTALLED
public static final HotfixInstallStatus.HotFixInstallStatus NOT_INSTALLED
public static final HotfixInstallStatus.HotFixInstallStatus SUPERSEDED
public static final HotfixInstallStatus.HotFixInstallStatus PARTIALLYINSTALLED
public static HotfixInstallStatus.HotFixInstallStatus[] values()
for (HotfixInstallStatus.HotFixInstallStatus c : HotfixInstallStatus.HotFixInstallStatus.values()) System.out.println(c);
public static HotfixInstallStatus.HotFixInstallStatus 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 getValue()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.