public static enum LimaServerConfig.ServerConfigOption extends Enum<LimaServerConfig.ServerConfigOption> implements org.nuiton.config.ConfigOptionDef
| Enum Constant and Description |
|---|
EJB_BIND |
EJB_INITIAL_CONTEXT_FACTORY |
EJB_PORT |
EJB_REMOTABLE |
| 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 finalBoolean) |
void |
setTransient(boolean transientBoolean) |
static LimaServerConfig.ServerConfigOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LimaServerConfig.ServerConfigOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LimaServerConfig.ServerConfigOption EJB_INITIAL_CONTEXT_FACTORY
public static final LimaServerConfig.ServerConfigOption EJB_REMOTABLE
public static final LimaServerConfig.ServerConfigOption EJB_PORT
public static final LimaServerConfig.ServerConfigOption EJB_BIND
public static LimaServerConfig.ServerConfigOption[] values()
for (LimaServerConfig.ServerConfigOption c : LimaServerConfig.ServerConfigOption.values()) System.out.println(c);
public static LimaServerConfig.ServerConfigOption 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 void setFinal(boolean finalBoolean)
setFinal in interface org.nuiton.config.ConfigOptionDefpublic boolean isTransient()
isTransient in interface org.nuiton.config.ConfigOptionDefpublic void setTransient(boolean transientBoolean)
setTransient in interface org.nuiton.config.ConfigOptionDefpublic String getDefaultValue()
getDefaultValue in interface org.nuiton.config.ConfigOptionDefpublic void setDefaultValue(String defaultValue)
setDefaultValue 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.ConfigOptionDefCopyright © 2008–2015 CodeLutin. All rights reserved.