|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Constants.BPMNObjectType>
com.ebmwebsourcing.bpmndiagram.business.domain.to.Constants.BPMNObjectType
public static enum Constants.BPMNObjectType
| 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 |
|---|
public static final Constants.BPMNObjectType Pool
public static final Constants.BPMNObjectType Lane
public static final Constants.BPMNObjectType Task
public static final Constants.BPMNObjectType SubProcess
public static final Constants.BPMNObjectType ActivityLoop
public static final Constants.BPMNObjectType DataBasedInclusiveGateway
public static final Constants.BPMNObjectType DataBaseExclusiveGateway
public static final Constants.BPMNObjectType ParallelGateway
public static final Constants.BPMNObjectType EventBasedExclusiveGateway
public static final Constants.BPMNObjectType EmptyStartEvent
public static final Constants.BPMNObjectType EmptyEndEvent
public static final Constants.BPMNObjectType MessageEvent
public static final Constants.BPMNObjectType TimerEvent
public static final Constants.BPMNObjectType ErrorEvent
public static final Constants.BPMNObjectType RuleEvent
public static final Constants.BPMNObjectType TerminationEvent
public static final Constants.BPMNObjectType SequenceFlow
public static final Constants.BPMNObjectType MessageFlow
public static final Constants.BPMNObjectType DataObject
| Method Detail |
|---|
public static Constants.BPMNObjectType[] values()
for (Constants.BPMNObjectType c : Constants.BPMNObjectType.values()) System.out.println(c);
public static Constants.BPMNObjectType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getDescription()
Constants.SynapseEnum
getDescription in interface Constants.SynapseEnumpublic java.lang.String getName()
Constants.SynapseEnum
getName in interface Constants.SynapseEnumpublic java.lang.String getStyle()
public Constants.BPMNObjectGroup getGroup()
public java.lang.String toString()
toString in class java.lang.Enum<Constants.BPMNObjectType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||