|
Log4j 0.9d | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WfmActionType>
pl.psnc.expres.wfm.action.WfmActionType
public enum WfmActionType
WfmActionType
class - defines all possible actions for WFM
Method Summary | |
---|---|
Class<? extends AbstractActionDefault> |
getType()
Get type of the given action object |
static WfmActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WfmActionType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WfmActionType SCENARIO_NEW
public static final WfmActionType SCENARIO_OPEN
public static final WfmActionType SCENARIO_CLOSE
public static final WfmActionType SCENARIO_SAVE
public static final WfmActionType SCENARIO_SAVE_AS
public static final WfmActionType SCENARIO_SUBMIT
public static final WfmActionType SCENARIO_PROPERTIES
public static final WfmActionType VEX_OPEN
public static final WfmActionType APP_EXIT
public static final WfmActionType UNDO
public static final WfmActionType REDO
public static final WfmActionType ZOOM_IN
public static final WfmActionType ZOOM_OUT
public static final WfmActionType ZOOM_1_1
public static final WfmActionType PERSPECTIVE_RESOURCE_OUTLINE
public static final WfmActionType PERSPECTIVE_EVENT_LOG
public static final WfmActionType PERSPECTIVE_WELCOME
public static final WfmActionType PERSPECTIVE_CCF_EDITOR
public static final WfmActionType PERSPECTIVE_WORKFLOW_EDITOR
Method Detail |
---|
public static WfmActionType[] values()
for (WfmActionType c : WfmActionType.values()) System.out.println(c);
public static WfmActionType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic Class<? extends AbstractActionDefault> getType()
|
Log4j 0.9d | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |