public enum ZErrorType extends java.lang.Enum<ZErrorType> implements ErrorType
ErrorType
constantsEnum Constant and Description |
---|
CONFIG |
CONNECTION |
CONVERSION |
DATA |
DATABASE |
DBMODEL |
DBOBJECT |
ERROR |
FATAL |
FILE_IO |
INPUT |
INTERNAL |
NET_IO |
PARSE |
PERMISSION |
PLUGIN |
PRINT |
RESOURCE |
TASK |
TIMEOUT |
TOO_MANY_ERRORS |
TRANSFER |
UNKNOWN |
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
|
javax.swing.Icon |
getIcon() |
java.awt.Image |
getImage() |
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 ZErrorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZErrorType ERROR
public static final ZErrorType FATAL
public static final ZErrorType CONFIG
public static final ZErrorType CONNECTION
public static final ZErrorType INTERNAL
public static final ZErrorType DATABASE
public static final ZErrorType DBMODEL
public static final ZErrorType RESOURCE
public static final ZErrorType DATA
public static final ZErrorType INPUT
public static final ZErrorType FILE_IO
public static final ZErrorType NET_IO
public static final ZErrorType DBOBJECT
public static final ZErrorType PERMISSION
public static final ZErrorType TIMEOUT
public static final ZErrorType PLUGIN
public static final ZErrorType PRINT
public static final ZErrorType TASK
public static final ZErrorType TRANSFER
public static final ZErrorType CONVERSION
public static final ZErrorType PARSE
public static final ZErrorType TOO_MANY_ERRORS
public static final ZErrorType UNKNOWN
public static ZErrorType[] values()
for (ZErrorType c : ZErrorType.values()) System.out.println(c);
public static ZErrorType 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.