com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity
Enum Activity.ActivityMarkerGraphic

java.lang.Object
  extended by java.lang.Enum<Activity.ActivityMarkerGraphic>
      extended by com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity.Activity.ActivityMarkerGraphic
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Activity.ActivityMarkerGraphic>
Enclosing interface:
Activity

public static enum Activity.ActivityMarkerGraphic
extends java.lang.Enum<Activity.ActivityMarkerGraphic>


Enum Constant Summary
AD_HOC
           
COMPENSATION
           
LOOP
           
PARALLEL
           
SEQUENCIAL
           
SUBPROCESS_COLLAPSE
           
SUBPROCESS_EXPAND
           
 
Method Summary
static Activity.ActivityMarkerGraphic valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Activity.ActivityMarkerGraphic[] 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

SUBPROCESS_EXPAND

public static final Activity.ActivityMarkerGraphic SUBPROCESS_EXPAND

SUBPROCESS_COLLAPSE

public static final Activity.ActivityMarkerGraphic SUBPROCESS_COLLAPSE

LOOP

public static final Activity.ActivityMarkerGraphic LOOP

PARALLEL

public static final Activity.ActivityMarkerGraphic PARALLEL

SEQUENCIAL

public static final Activity.ActivityMarkerGraphic SEQUENCIAL

AD_HOC

public static final Activity.ActivityMarkerGraphic AD_HOC

COMPENSATION

public static final Activity.ActivityMarkerGraphic COMPENSATION
Method Detail

values

public static Activity.ActivityMarkerGraphic[] 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 (Activity.ActivityMarkerGraphic c : Activity.ActivityMarkerGraphic.values())
    System.out.println(c);

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

valueOf

public static Activity.ActivityMarkerGraphic valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2010 eBM WebSourcing. All Rights Reserved.