public static enum SandraConfig.SandraOption extends Enum<SandraConfig.SandraOption> implements org.nuiton.util.ApplicationConfig.OptionDef
| Modifier and Type | Field and Description |
|---|---|
String |
defaultValue |
String |
description |
boolean |
isFinal |
boolean |
isTransient |
String |
key |
Class<?> |
type |
| 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 SandraConfig.SandraOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SandraConfig.SandraOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SandraConfig.SandraOption SANDRA_CONFIG_FILE
public static final SandraConfig.SandraOption NOTIFIER_TEMPLATE_EXTENSION
public static final SandraConfig.SandraOption NOTIFIER_TEMPLATE_DIR
public static final SandraConfig.SandraOption SANDRA_INJECTION_DIR
public static final SandraConfig.SandraOption IBU_PATTERN_FILE
public static final SandraConfig.SandraOption IBU_INTEGRATION_PATH
public static final SandraConfig.SandraOption IBU_INTEGRATION_WORK
public static final SandraConfig.SandraOption IBU_INTEGRATION_DONE
public static final SandraConfig.SandraOption SUIVI_TOUR_PATH
public static final SandraConfig.SandraOption NOTIF_PATH
public static final SandraConfig.SandraOption IBU_INTEGRATION_ERROR
public static final SandraConfig.SandraOption IBU_INTEGRATION_VERIFIER_ERROR
public static final SandraConfig.SandraOption IBU_INTEGRATION_OLDS
public static final SandraConfig.SandraOption SANDRA_NAME
public static final SandraConfig.SandraOption SANDRA_URL
public static final SandraConfig.SandraOption SANDRA_EMAIL_HOST
public static final SandraConfig.SandraOption SANDRA_EMAIL_PORT
public static final SandraConfig.SandraOption SANDRA_EMAIL_FROM
public static final SandraConfig.SandraOption SANDRA_EMAIL_TO
public static final SandraConfig.SandraOption LOCALE
public static final SandraConfig.SandraOption SANDRA_TOPIA_PROPERTIES
public static final SandraConfig.SandraOption SANDRA_NOTE_DIR
public static final SandraConfig.SandraOption GOOGLE_MAP_KEY
public static final SandraConfig.SandraOption SANDRA_VERSION
public String key
public String description
public String defaultValue
public Class<?> type
public boolean isTransient
public boolean isFinal
public static SandraConfig.SandraOption[] values()
for (SandraConfig.SandraOption c : SandraConfig.SandraOption.values()) System.out.println(c);
public static SandraConfig.SandraOption 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 isTransient)
setTransient in interface org.nuiton.util.ApplicationConfig.OptionDefpublic void setFinal(boolean isFinal)
setFinal in interface org.nuiton.util.ApplicationConfig.OptionDefCopyright © 2008-2013 Cybelia. All Rights Reserved.