public static enum DecompMasterIp.PRESOLVER extends java.lang.Enum<DecompMasterIp.PRESOLVER> implements CASActionOptions.EnumValue
| Enum Constant and Description |
|---|
AGGRESSIVE |
AUTOMATIC |
BASIC |
MODERATE |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static DecompMasterIp.PRESOLVER |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static DecompMasterIp.PRESOLVER |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DecompMasterIp.PRESOLVER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecompMasterIp.PRESOLVER AGGRESSIVE
public static final DecompMasterIp.PRESOLVER AUTOMATIC
public static final DecompMasterIp.PRESOLVER BASIC
public static final DecompMasterIp.PRESOLVER MODERATE
public static final DecompMasterIp.PRESOLVER NONE
public static DecompMasterIp.PRESOLVER[] values()
for (DecompMasterIp.PRESOLVER c : DecompMasterIp.PRESOLVER.values()) System.out.println(c);
public static DecompMasterIp.PRESOLVER 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()
getValue in interface CASActionOptions.EnumValuepublic static DecompMasterIp.PRESOLVER getByValue(java.lang.String value)