com.ebmwebsourcing.bpmndiagram.business.domain.to
Enum Constants.BPMNObjectType

java.lang.Object
  extended by java.lang.Enum<Constants.BPMNObjectType>
      extended by com.ebmwebsourcing.bpmndiagram.business.domain.to.Constants.BPMNObjectType
All Implemented Interfaces:
Constants.SynapseEnum, java.io.Serializable, java.lang.Comparable<Constants.BPMNObjectType>
Enclosing class:
Constants

public static enum Constants.BPMNObjectType
extends java.lang.Enum<Constants.BPMNObjectType>
implements Constants.SynapseEnum


Enum Constant Summary
ActivityLoop
           
DataBasedInclusiveGateway
           
DataBaseExclusiveGateway
           
DataObject
           
EmptyEndEvent
           
EmptyStartEvent
           
ErrorEvent
           
EventBasedExclusiveGateway
           
Lane
           
MessageEvent
           
MessageFlow
           
ParallelGateway
           
Pool
           
RuleEvent
           
SequenceFlow
           
SubProcess
           
Task
           
TerminationEvent
           
TimerEvent
           
 
Method Summary
 java.lang.String getDescription()
          each constant should have a string description
 Constants.BPMNObjectGroup getGroup()
           
 java.lang.String getName()
          each constant should have a name
 java.lang.String getStyle()
           
 java.lang.String toString()
           
static Constants.BPMNObjectType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Constants.BPMNObjectType[] 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

Pool

public static final Constants.BPMNObjectType Pool

Lane

public static final Constants.BPMNObjectType Lane

Task

public static final Constants.BPMNObjectType Task

SubProcess

public static final Constants.BPMNObjectType SubProcess

ActivityLoop

public static final Constants.BPMNObjectType ActivityLoop

DataBasedInclusiveGateway

public static final Constants.BPMNObjectType DataBasedInclusiveGateway

DataBaseExclusiveGateway

public static final Constants.BPMNObjectType DataBaseExclusiveGateway

ParallelGateway

public static final Constants.BPMNObjectType ParallelGateway

EventBasedExclusiveGateway

public static final Constants.BPMNObjectType EventBasedExclusiveGateway

EmptyStartEvent

public static final Constants.BPMNObjectType EmptyStartEvent

EmptyEndEvent

public static final Constants.BPMNObjectType EmptyEndEvent

MessageEvent

public static final Constants.BPMNObjectType MessageEvent

TimerEvent

public static final Constants.BPMNObjectType TimerEvent

ErrorEvent

public static final Constants.BPMNObjectType ErrorEvent

RuleEvent

public static final Constants.BPMNObjectType RuleEvent

TerminationEvent

public static final Constants.BPMNObjectType TerminationEvent

SequenceFlow

public static final Constants.BPMNObjectType SequenceFlow

MessageFlow

public static final Constants.BPMNObjectType MessageFlow

DataObject

public static final Constants.BPMNObjectType DataObject
Method Detail

values

public static Constants.BPMNObjectType[] 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.BPMNObjectType c : Constants.BPMNObjectType.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.BPMNObjectType 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

getDescription

public java.lang.String getDescription()
Description copied from interface: Constants.SynapseEnum
each constant should have a string description

Specified by:
getDescription in interface Constants.SynapseEnum

getName

public java.lang.String getName()
Description copied from interface: Constants.SynapseEnum
each constant should have a name

Specified by:
getName in interface Constants.SynapseEnum

getStyle

public java.lang.String getStyle()

getGroup

public Constants.BPMNObjectGroup getGroup()

toString

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


Copyright © 2010 eBM WebSourcing. All Rights Reserved.