|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ClientConstants.ClientConfigKey> edu.jhu.tmaj.config.ClientConstants.ClientConfigKey
public static enum ClientConstants.ClientConfigKey
The options in the client config file.
Enum Constant Summary | |
---|---|
BYPASS_LOGIN
True if the user should automatically log in with BYPASS_USERNAME and BYPASS_PASSWORD. |
|
BYPASS_PASSWORD
see bypass_login. |
|
BYPASS_USERNAME
see bypass_login. |
|
DISPLAY_ARIOL_FILE_RENAMER_TAB
True if the ARIOL File Renamer tab should be displayed in the import application. |
|
DISPLAY_PATIENTS_TAB
True if the Patients tab should be displayed in the Specimens application. |
|
MESSAGE
A message to anyone using this version displayed on the login screen. |
|
OVERRIDE_CONFIG_FILE_NAME
A config file on local clients machine that may override any default values. |
|
SAMPLES_APPLICATION_ENABLED
True if Cleveland Clinic's Samples application should be accessible. |
|
SAVE_CLICKS_IN_DEVELOPMENT
True if the Project Tree in the Images application should automatically be expanded to save a couple of clicks (and thus time). |
|
SCAN_SCOPE_URL
ScanScope URL for accessing ImageScope |
|
SERVLET_URL
The URL of the SERVLET to which the client connects to send Requests. |
|
SITE
A brief description of the server site to where the client is connecting. |
Method Summary | |
---|---|
ConfigKeyType |
getType()
Returns the type of the Config Key, such as a String or URL. |
boolean |
isRequired()
Returns true if the Config Key must be present and must have a value for TMAJ to work. |
static ClientConstants.ClientConfigKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ClientConstants.ClientConfigKey[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ClientConstants.ClientConfigKey SERVLET_URL
public static final ClientConstants.ClientConfigKey SITE
public static final ClientConstants.ClientConfigKey MESSAGE
public static final ClientConstants.ClientConfigKey OVERRIDE_CONFIG_FILE_NAME
public static final ClientConstants.ClientConfigKey SAVE_CLICKS_IN_DEVELOPMENT
public static final ClientConstants.ClientConfigKey SAMPLES_APPLICATION_ENABLED
public static final ClientConstants.ClientConfigKey DISPLAY_ARIOL_FILE_RENAMER_TAB
public static final ClientConstants.ClientConfigKey DISPLAY_PATIENTS_TAB
public static final ClientConstants.ClientConfigKey BYPASS_LOGIN
public static final ClientConstants.ClientConfigKey BYPASS_USERNAME
public static final ClientConstants.ClientConfigKey BYPASS_PASSWORD
public static final ClientConstants.ClientConfigKey SCAN_SCOPE_URL
Method Detail |
---|
public static ClientConstants.ClientConfigKey[] values()
for (ClientConstants.ClientConfigKey c : ClientConstants.ClientConfigKey.values()) System.out.println(c);
public static ClientConstants.ClientConfigKey valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic boolean isRequired()
ConfigKey
isRequired
in interface ConfigKey
public ConfigKeyType getType()
ConfigKey
getType
in interface ConfigKey
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |