public enum WebLogicPreRequisteStatus extends Enum<WebLogicPreRequisteStatus>
| Enum Constant and Description |
|---|
BUILD_FAILED |
NO_CHANGES |
OK |
OTHER_TRIGGER_CAUSE |
PLUGIN_DISABLED |
UNSATISFIED_DEPENDENCIES |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static WebLogicPreRequisteStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebLogicPreRequisteStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebLogicPreRequisteStatus OK
public static final WebLogicPreRequisteStatus PLUGIN_DISABLED
public static final WebLogicPreRequisteStatus OTHER_TRIGGER_CAUSE
public static final WebLogicPreRequisteStatus NO_CHANGES
public static final WebLogicPreRequisteStatus UNSATISFIED_DEPENDENCIES
public static final WebLogicPreRequisteStatus BUILD_FAILED
public static WebLogicPreRequisteStatus[] values()
for (WebLogicPreRequisteStatus c : WebLogicPreRequisteStatus.values()) System.out.println(c);
public static WebLogicPreRequisteStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
Copyright © 2016–2017. All rights reserved.