Package | Description |
---|---|
de.esprit.netsuite.server.config |
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 |
AbstractServerConfiguration.getAsBoolean(ServerParamsConfigKey key) |
double |
AbstractServerConfiguration.getAsDouble(ServerParamsConfigKey key) |
int |
AbstractServerConfiguration.getAsInt(ServerParamsConfigKey key) |
java.lang.String |
AbstractServerConfiguration.getAsString(ServerParamsConfigKey key) |
void |
AbstractServerConfiguration.put(ServerParamsConfigKey key,
boolean value) |
void |
AbstractServerConfiguration.put(ServerParamsConfigKey key,
double value) |
void |
AbstractServerConfiguration.put(ServerParamsConfigKey key,
int value) |
void |
AbstractServerConfiguration.put(ServerParamsConfigKey key,
java.lang.String value) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.