public static enum CoserWebConfig.CoserWebOption extends Enum<CoserWebConfig.CoserWebOption>
| Enum Constant and Description |
|---|
ADMIN_EMAIL |
ADMIN_LOGIN |
ADMIN_PASSWORD |
ANALYTICS_ID |
APPLICATION_VERSION |
CONFIG_FILE |
CONTEXT_NAME
Context name for multiple deployment.
|
ENCODING_HACK |
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected String |
description |
protected String |
key |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getKey() |
static CoserWebConfig.CoserWebOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoserWebConfig.CoserWebOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoserWebConfig.CoserWebOption CONTEXT_NAME
public static final CoserWebConfig.CoserWebOption ENCODING_HACK
public static final CoserWebConfig.CoserWebOption CONFIG_FILE
public static final CoserWebConfig.CoserWebOption APPLICATION_VERSION
public static final CoserWebConfig.CoserWebOption ADMIN_EMAIL
public static final CoserWebConfig.CoserWebOption ADMIN_LOGIN
public static final CoserWebConfig.CoserWebOption ADMIN_PASSWORD
public static final CoserWebConfig.CoserWebOption ANALYTICS_ID
protected String key
protected String description
protected String defaultValue
public static CoserWebConfig.CoserWebOption[] values()
for (CoserWebConfig.CoserWebOption c : CoserWebConfig.CoserWebOption.values()) System.out.println(c);
public static CoserWebConfig.CoserWebOption 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 String getDefaultValue()
public String getDescription()
public String getKey()
Copyright © 2010–2013 Ifremer. All rights reserved.