public enum TuttiConfigOption extends Enum<TuttiConfigOption> implements org.nuiton.util.ApplicationConfig.OptionDef
| Enum Constant and Description |
|---|
AUTO_POPUP_NUMBER_EDITOR |
CAMPAIGN_ID |
SHOW_NUMBER_EDITOR_BUTTON |
SURVEY_ID |
UI_CONFIG_FILE |
| 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 newValue) |
void |
setTransient(boolean newValue) |
static TuttiConfigOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TuttiConfigOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TuttiConfigOption UI_CONFIG_FILE
public static final TuttiConfigOption SURVEY_ID
public static final TuttiConfigOption CAMPAIGN_ID
public static final TuttiConfigOption AUTO_POPUP_NUMBER_EDITOR
public static final TuttiConfigOption SHOW_NUMBER_EDITOR_BUTTON
public static TuttiConfigOption[] values()
for (TuttiConfigOption c : TuttiConfigOption.values()) System.out.println(c);
public static TuttiConfigOption 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 getKey()
getKey in interface org.nuiton.util.ApplicationConfig.OptionDefpublic Class<?> getType()
getType in interface org.nuiton.util.ApplicationConfig.OptionDefpublic String getDescription()
getDescription in interface org.nuiton.util.ApplicationConfig.OptionDefpublic String getDefaultValue()
getDefaultValue in interface org.nuiton.util.ApplicationConfig.OptionDefpublic boolean isTransient()
isTransient in interface org.nuiton.util.ApplicationConfig.OptionDefpublic boolean isFinal()
isFinal in interface org.nuiton.util.ApplicationConfig.OptionDefpublic void setDefaultValue(String defaultValue)
setDefaultValue in interface org.nuiton.util.ApplicationConfig.OptionDefpublic void setTransient(boolean newValue)
setTransient in interface org.nuiton.util.ApplicationConfig.OptionDefpublic void setFinal(boolean newValue)
setFinal in interface org.nuiton.util.ApplicationConfig.OptionDefCopyright © 2012 Ifremer. All Rights Reserved.