public enum TrEasConfirm extends java.lang.Enum<TrEasConfirm> implements NlsKey
| Enum Constant and Description |
|---|
ARCHIVE_CREATE_FILE_0_EXISTS |
ARE_YOU_SURE |
CONTINUE_ANYWAY |
DELETE_FILE_0 |
DELETE_GROUP_0 |
DELETE_RECORD |
DELETE_USER_0 |
DISCARD_CHANGES |
EXIT_ANYWAY |
OVERRIDE_FILE |
SURE_TO_EXIT |
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 TrEasConfirm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrEasConfirm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrEasConfirm DISCARD_CHANGES
public static final TrEasConfirm DELETE_RECORD
public static final TrEasConfirm SURE_TO_EXIT
public static final TrEasConfirm OVERRIDE_FILE
public static final TrEasConfirm ARE_YOU_SURE
public static final TrEasConfirm EXIT_ANYWAY
public static final TrEasConfirm CONTINUE_ANYWAY
public static final TrEasConfirm DELETE_GROUP_0
public static final TrEasConfirm DELETE_USER_0
public static final TrEasConfirm DELETE_FILE_0
public static final TrEasConfirm ARCHIVE_CREATE_FILE_0_EXISTS
public static TrEasConfirm[] values()
for (TrEasConfirm c : TrEasConfirm.values()) System.out.println(c);
public static TrEasConfirm 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()
NlsKeypublic java.lang.String getSubKey()
NlsKeyCopyright © 2014 EsprIT-Systems. All Rights Reserved.