public enum TrEnsWindow extends java.lang.Enum<TrEnsWindow> implements NlsKey
SUB_KEY_ACTION, SUB_KEY_COLUMN, SUB_KEY_CONFIRM, SUB_KEY_CONST, SUB_KEY_DBO, SUB_KEY_DEMO, SUB_KEY_ERROR, SUB_KEY_FIELD, SUB_KEY_GUI, SUB_KEY_HELP, SUB_KEY_INFO, SUB_KEY_LABEL, SUB_KEY_MENU, SUB_KEY_MESSAGE, SUB_KEY_MISC, SUB_KEY_STATUS, SUB_KEY_TIP, SUB_KEY_TOOL, SUB_KEY_WINDOW, SUB_KEY_WORKFLOW
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppKey()
Returns the base prefix of the key
|
java.lang.String |
getSubKey()
Returns the path of the key
|
java.lang.String |
getText(java.lang.Object... args)
Returns the translated text, which is the value of the translation key
as stored in the translation map.
|
static TrEnsWindow |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrEnsWindow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrEnsWindow MAIL_LIST
public static final TrEnsWindow LOGFILE_LIST
public static final TrEnsWindow CLIENT_LIST
public static final TrEnsWindow FILE_TRANSFERS_LIST
public static final TrEnsWindow ACTIVITY_MONITOR
public static final TrEnsWindow BUSINESS_INSTANCE_ACCESS
public static final TrEnsWindow ABO_CREATE
public static final TrEnsWindow EDIT_TANK_INSTANCE
public static final TrEnsWindow LOCK_LIST
public static final TrEnsWindow CONFIGURE_LOGGING
public static final TrEnsWindow CONFIGURE_PROCESS
public static final TrEnsWindow PROC_TIMETABLE
public static final TrEnsWindow SCHEDULED_PROCS_LIST
public static final TrEnsWindow PROCESS_HISTORY
public static final TrEnsWindow FILENAME_INPUT
public static final TrEnsWindow CONNECTION_LOST
public static final TrEnsWindow LOAD_PROTECT_PARAMS
public static final TrEnsWindow CHANGE_PASSWORD
public static final TrEnsWindow SET_DEFAULT_PASSWORD
public static final TrEnsWindow MESSAGE_TO_CLIENT
public static final TrEnsWindow START_OS_PROCESS
public static final TrEnsWindow SERVER_PROCESSES
public static final TrEnsWindow RECEIVED_SERVER_EVENTS
public static final TrEnsWindow DATA_SOURCES
public static final TrEnsWindow USER_MANAGER
public static final TrEnsWindow GROUP_MANAGER
public static final TrEnsWindow CHAT_TOOL_OF_USER
public static final TrEnsWindow TEST_TOOL
public static final TrEnsWindow MAMMOTH_TOOL
public static final TrEnsWindow GRAPH_TOOL
public static final TrEnsWindow ABO_TOOL
public static final TrEnsWindow REMOTE_TASKS
public static final TrEnsWindow FILE_DOWNLOAD
public static final TrEnsWindow FILE_UPLOAD
public static final TrEnsWindow LOCAL_FILE_SYSTEM
public static final TrEnsWindow REMOTE_FILE_SYSTEM
public static final TrEnsWindow REMOTE_PATH_TREE_TOOL
public static final TrEnsWindow AVAILABLE_PERMISSIONS
public static final TrEnsWindow AVAILABLE_GROUPS
public static final TrEnsWindow GROUPS_OF
public static final TrEnsWindow PERMISSION_EDITOR
public static TrEnsWindow[] values()
for (TrEnsWindow c : TrEnsWindow.values()) System.out.println(c);
public static TrEnsWindow 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getAppKey()
NlsKey
public java.lang.String getSubKey()
NlsKey
Copyright © 2014 EsprIT-Systems. All Rights Reserved.