Enum Constant and Description |
---|
CANCELLED |
CHILD_FINISHED |
CHILD_STARTED |
CHILD_SUCCEEDED |
FAILED |
FINISHED |
INITIALIZED |
PROGRESS |
STARTED |
SUCCEEDED |
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 |
getRenderIcon() |
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.
|
boolean |
isCancelled() |
boolean |
isChildFinished() |
boolean |
isChildStarted() |
boolean |
isChildState() |
boolean |
isChildSucceeded() |
boolean |
isFailed() |
boolean |
isFinished() |
boolean |
isHaltState() |
boolean |
isInitialized() |
boolean |
isProgress() |
boolean |
isStarted() |
boolean |
isSucceeded() |
static RunState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RunState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunState INITIALIZED
public static final RunState STARTED
public static final RunState PROGRESS
public static final RunState CHILD_STARTED
public static final RunState CHILD_SUCCEEDED
public static final RunState CHILD_FINISHED
public static final RunState CANCELLED
public static final RunState SUCCEEDED
public static final RunState FAILED
public static final RunState FINISHED
public static RunState[] values()
for (RunState c : RunState.values()) System.out.println(c);
public static RunState 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 boolean isInitialized()
public boolean isStarted()
public boolean isProgress()
public boolean isSucceeded()
public boolean isCancelled()
public boolean isFailed()
public boolean isFinished()
public boolean isChildStarted()
public boolean isChildSucceeded()
public boolean isChildFinished()
public boolean isChildState()
public boolean isHaltState()
public javax.swing.Icon getRenderIcon()
public java.lang.String getAppKey()
NlsKey
public java.lang.String getSubKey()
NlsKey
Copyright © 2014 EsprIT-Systems. All Rights Reserved.