public static enum WebConfigurator.INIT_PARAM extends Enum<WebConfigurator.INIT_PARAM>
Enum Constant and Description |
---|
PARAM_APPEND |
PARAM_OVERWRITE |
PARAM_STOP |
Modifier and Type | Method and Description |
---|---|
static WebConfigurator.INIT_PARAM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebConfigurator.INIT_PARAM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebConfigurator.INIT_PARAM PARAM_OVERWRITE
public static final WebConfigurator.INIT_PARAM PARAM_APPEND
public static final WebConfigurator.INIT_PARAM PARAM_STOP
public static WebConfigurator.INIT_PARAM[] values()
for (WebConfigurator.INIT_PARAM c : WebConfigurator.INIT_PARAM.values()) System.out.println(c);
public static WebConfigurator.INIT_PARAM 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 nullCopyright © 2008-2014 Logical Objects. All Rights Reserved.