com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard
Enum Constants.EventDefinitionType

java.lang.Object
  extended by java.lang.Enum<Constants.EventDefinitionType>
      extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.Constants.EventDefinitionType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Constants.EventDefinitionType>
Enclosing interface:
Constants

public static enum Constants.EventDefinitionType
extends java.lang.Enum<Constants.EventDefinitionType>


Enum Constant Summary
CANCEL_EVENT_DEFINITION
           
COMPENSATE_EVENT_DEFINITION
           
CONDITIONAL_EVENT_DEFINITION
           
ERROR_EVENT_DEFINITION
           
ESCALATION_EVENT_DEFINITION
           
LINK_EVENT_DEFINITION
           
MESSAGE_EVENT_DEFINITION
           
SIGNAL_EVENT_DEFINITION
           
TERMINATE_EVENT_DEFINITION
           
TIMER_EVENT_DEFINITION
           
 
Method Summary
 boolean equals(java.lang.String val)
           
static Constants.EventDefinitionType fromValue(java.lang.String v)
           
 java.lang.String toString()
           
 java.lang.String value()
           
static Constants.EventDefinitionType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Constants.EventDefinitionType[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

MESSAGE_EVENT_DEFINITION

public static final Constants.EventDefinitionType MESSAGE_EVENT_DEFINITION

COMPENSATE_EVENT_DEFINITION

public static final Constants.EventDefinitionType COMPENSATE_EVENT_DEFINITION

CONDITIONAL_EVENT_DEFINITION

public static final Constants.EventDefinitionType CONDITIONAL_EVENT_DEFINITION

ERROR_EVENT_DEFINITION

public static final Constants.EventDefinitionType ERROR_EVENT_DEFINITION

LINK_EVENT_DEFINITION

public static final Constants.EventDefinitionType LINK_EVENT_DEFINITION

SIGNAL_EVENT_DEFINITION

public static final Constants.EventDefinitionType SIGNAL_EVENT_DEFINITION

TERMINATE_EVENT_DEFINITION

public static final Constants.EventDefinitionType TERMINATE_EVENT_DEFINITION

TIMER_EVENT_DEFINITION

public static final Constants.EventDefinitionType TIMER_EVENT_DEFINITION

ESCALATION_EVENT_DEFINITION

public static final Constants.EventDefinitionType ESCALATION_EVENT_DEFINITION

CANCEL_EVENT_DEFINITION

public static final Constants.EventDefinitionType CANCEL_EVENT_DEFINITION
Method Detail

values

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

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

valueOf

public static Constants.EventDefinitionType 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

value

public java.lang.String value()

equals

public boolean equals(java.lang.String val)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<Constants.EventDefinitionType>

fromValue

public static Constants.EventDefinitionType fromValue(java.lang.String v)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.