public enum ProductModule extends java.lang.Enum<ProductModule> implements CheckOption
Enum Constant and Description |
---|
APP_STORE |
BINARY_IO |
CO_SERVER |
FILE_TRANSFER |
JOURNAL_TASK |
PERMISSION_MGR |
REMOTE_PATH |
SW_SCANNER |
WORKFLOW |
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 |
---|---|
static ProductModule |
fromPersistentName(java.lang.String name) |
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 ProductModule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProductModule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductModule BINARY_IO
public static final ProductModule SW_SCANNER
public static final ProductModule WORKFLOW
public static final ProductModule APP_STORE
public static final ProductModule REMOTE_PATH
public static final ProductModule JOURNAL_TASK
public static final ProductModule FILE_TRANSFER
public static final ProductModule PERMISSION_MGR
public static final ProductModule CO_SERVER
public static ProductModule[] values()
for (ProductModule c : ProductModule.values()) System.out.println(c);
public static ProductModule 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
public java.lang.String getText(java.lang.Object... args)
NlsKey
public static ProductModule fromPersistentName(java.lang.String name)
Copyright © 2014 EsprIT-Systems. All Rights Reserved.