public enum ScmWebEditorConfigOption extends Enum<ScmWebEditorConfigOption> implements org.nuiton.config.ConfigOptionDef
| Enum Constant and Description |
|---|
AUTO_SAVE_INTERVAL |
CONFIG_FILE |
COOKIES_PRIVATE_KEY |
EDITABLE_FILES |
LOCAL_REPOSITORIES_PATH |
PROVIDERS |
VERSION |
| 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 ScmWebEditorConfigOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScmWebEditorConfigOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScmWebEditorConfigOption CONFIG_FILE
public static final ScmWebEditorConfigOption VERSION
public static final ScmWebEditorConfigOption EDITABLE_FILES
public static final ScmWebEditorConfigOption COOKIES_PRIVATE_KEY
public static final ScmWebEditorConfigOption LOCAL_REPOSITORIES_PATH
public static final ScmWebEditorConfigOption AUTO_SAVE_INTERVAL
public static final ScmWebEditorConfigOption PROVIDERS
public static ScmWebEditorConfigOption[] values()
for (ScmWebEditorConfigOption c : ScmWebEditorConfigOption.values()) System.out.println(c);
public static ScmWebEditorConfigOption 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.config.ConfigOptionDefpublic Class<?> getType()
getType in interface org.nuiton.config.ConfigOptionDefpublic String getDescription()
getDescription in interface org.nuiton.config.ConfigOptionDefpublic String getDefaultValue()
getDefaultValue in interface org.nuiton.config.ConfigOptionDefpublic boolean isTransient()
isTransient in interface org.nuiton.config.ConfigOptionDefpublic boolean isFinal()
isFinal 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 © 2009–2015 CodeLutin. All rights reserved.