public static enum CoserConfig.CoserOption extends Enum<CoserConfig.CoserOption> implements org.nuiton.config.ConfigOptionDef
| Enum Constant and Description |
|---|
APPLICATION_VERSION |
CONFIG_FILE |
LOOKANDFEEL |
SUPPORT_EMAIL |
SWING_FONT_SIZE |
WEBSITE_URL |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getKey() |
Class<?> |
getType() |
boolean |
isFinal() |
boolean |
isTransient() |
void |
setDefaultValue(String defaultValue) |
void |
setFinal(boolean isFinal) |
void |
setTransient(boolean isTransient) |
static CoserConfig.CoserOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoserConfig.CoserOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoserConfig.CoserOption CONFIG_FILE
public static final CoserConfig.CoserOption LOOKANDFEEL
public static final CoserConfig.CoserOption APPLICATION_VERSION
public static final CoserConfig.CoserOption SUPPORT_EMAIL
public static final CoserConfig.CoserOption WEBSITE_URL
public static final CoserConfig.CoserOption SWING_FONT_SIZE
public static CoserConfig.CoserOption[] values()
for (CoserConfig.CoserOption c : CoserConfig.CoserOption.values()) System.out.println(c);
public static CoserConfig.CoserOption 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 boolean isFinal()
isFinal in interface org.nuiton.config.ConfigOptionDefpublic boolean isTransient()
isTransient in interface org.nuiton.config.ConfigOptionDefpublic String getDefaultValue()
getDefaultValue in interface org.nuiton.config.ConfigOptionDefpublic String getDescription()
getDescription in interface org.nuiton.config.ConfigOptionDefpublic String getKey()
getKey in interface org.nuiton.config.ConfigOptionDefpublic Class<?> getType()
getType in interface org.nuiton.config.ConfigOptionDefpublic void setDefaultValue(String defaultValue)
setDefaultValue in interface org.nuiton.config.ConfigOptionDefpublic void setTransient(boolean isTransient)
setTransient in interface org.nuiton.config.ConfigOptionDefpublic void setFinal(boolean isFinal)
setFinal in interface org.nuiton.config.ConfigOptionDefCopyright © 2010–2015 Ifremer. All rights reserved.