Package | Description |
---|---|
de.esprit.netsuite.server.cfg |
Contains classes that define the servers configuration
|
Modifier and Type | Method and Description |
---|---|
static ServerParamsConfigKey |
ServerParamsConfigKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerParamsConfigKey[] |
ServerParamsConfigKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractServerConfigMap.getAsBoolean(ServerParamsConfigKey key) |
double |
AbstractServerConfigMap.getAsDouble(ServerParamsConfigKey key) |
int |
AbstractServerConfigMap.getAsInt(ServerParamsConfigKey key) |
java.lang.String |
AbstractServerConfigMap.getAsString(ServerParamsConfigKey key) |
void |
AbstractServerConfigMap.put(ServerParamsConfigKey key,
boolean value) |
void |
AbstractServerConfigMap.put(ServerParamsConfigKey key,
double value) |
void |
AbstractServerConfigMap.put(ServerParamsConfigKey key,
int value) |
void |
AbstractServerConfigMap.put(ServerParamsConfigKey key,
java.lang.String value) |
Copyright © 2013 EsprIT-Systems. All Rights Reserved.