Log4j 0.9d

pl.psnc.expres.wfm.action
Enum WfmActionType

java.lang.Object
  extended by java.lang.Enum<WfmActionType>
      extended by pl.psnc.expres.wfm.action.WfmActionType
All Implemented Interfaces:
Serializable, Comparable<WfmActionType>

public enum WfmActionType
extends Enum<WfmActionType>

WfmActionType class - defines all possible actions for WFM

Author:
Dominik Stoklosa (~osa~)

Enum Constant Summary
APP_EXIT
           
PERSPECTIVE_CCF_EDITOR
           
PERSPECTIVE_EVENT_LOG
           
PERSPECTIVE_RESOURCE_OUTLINE
           
PERSPECTIVE_WELCOME
           
PERSPECTIVE_WORKFLOW_EDITOR
           
REDO
           
SCENARIO_CLOSE
           
SCENARIO_NEW
           
SCENARIO_OPEN
           
SCENARIO_PROPERTIES
           
SCENARIO_SAVE
           
SCENARIO_SAVE_AS
           
SCENARIO_SUBMIT
           
UNDO
           
VEX_OPEN
           
ZOOM_1_1
           
ZOOM_IN
           
ZOOM_OUT
           
 
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

SCENARIO_NEW

public static final WfmActionType SCENARIO_NEW

SCENARIO_OPEN

public static final WfmActionType SCENARIO_OPEN

SCENARIO_CLOSE

public static final WfmActionType SCENARIO_CLOSE

SCENARIO_SAVE

public static final WfmActionType SCENARIO_SAVE

SCENARIO_SAVE_AS

public static final WfmActionType SCENARIO_SAVE_AS

SCENARIO_SUBMIT

public static final WfmActionType SCENARIO_SUBMIT

SCENARIO_PROPERTIES

public static final WfmActionType SCENARIO_PROPERTIES

VEX_OPEN

public static final WfmActionType VEX_OPEN

APP_EXIT

public static final WfmActionType APP_EXIT

UNDO

public static final WfmActionType UNDO

REDO

public static final WfmActionType REDO

ZOOM_IN

public static final WfmActionType ZOOM_IN

ZOOM_OUT

public static final WfmActionType ZOOM_OUT

ZOOM_1_1

public static final WfmActionType ZOOM_1_1

PERSPECTIVE_RESOURCE_OUTLINE

public static final WfmActionType PERSPECTIVE_RESOURCE_OUTLINE

PERSPECTIVE_EVENT_LOG

public static final WfmActionType PERSPECTIVE_EVENT_LOG

PERSPECTIVE_WELCOME

public static final WfmActionType PERSPECTIVE_WELCOME

PERSPECTIVE_CCF_EDITOR

public static final WfmActionType PERSPECTIVE_CCF_EDITOR

PERSPECTIVE_WORKFLOW_EDITOR

public static final WfmActionType PERSPECTIVE_WORKFLOW_EDITOR
Method Detail

values

public static WfmActionType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (WfmActionType c : WfmActionType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static WfmActionType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getType

public Class<? extends AbstractActionDefault> getType()
Get type of the given action object

Returns:
type of the given action object

Log4j 0.9d

Copyright 2003 by VLAB Dominik Stoklosa.