public static enum HotfixInstallStatus.HotFixEntryInstallStatus extends java.lang.Enum<HotfixInstallStatus.HotFixEntryInstallStatus>
Enum Constant and Description |
---|
INSTALLED
The hotfix entry is Installed on the current system
|
NOT_INSTALLED
The hotfix entry is not Installed on the current system
|
SUPERSEDED
A fix for the same module with a later date has been applied
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static HotfixInstallStatus.HotFixEntryInstallStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HotfixInstallStatus.HotFixEntryInstallStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HotfixInstallStatus.HotFixEntryInstallStatus INSTALLED
public static final HotfixInstallStatus.HotFixEntryInstallStatus NOT_INSTALLED
public static final HotfixInstallStatus.HotFixEntryInstallStatus SUPERSEDED
public static HotfixInstallStatus.HotFixEntryInstallStatus[] values()
for (HotfixInstallStatus.HotFixEntryInstallStatus c : HotfixInstallStatus.HotFixEntryInstallStatus.values()) System.out.println(c);
public static HotfixInstallStatus.HotFixEntryInstallStatus 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.