Package org.camunda.bpm.engine.cdi
Class BusinessProcessEventType.DefaultBusinessProcessEventType
- java.lang.Object
-
- org.camunda.bpm.engine.cdi.BusinessProcessEventType.DefaultBusinessProcessEventType
-
- All Implemented Interfaces:
BusinessProcessEventType
- Enclosing interface:
- BusinessProcessEventType
public static class BusinessProcessEventType.DefaultBusinessProcessEventType extends java.lang.Object implements BusinessProcessEventType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
BusinessProcessEventType.DefaultBusinessProcessEventType
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
typeName
-
Fields inherited from interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
ASSIGN_TASK, COMPLETE_TASK, CREATE_TASK, DELETE_TASK, END_ACTIVITY, START_ACTIVITY, TAKE, UPDATE_TASK
-
-
Constructor Summary
Constructors Constructor Description DefaultBusinessProcessEventType(java.lang.String typeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTypeName()
java.lang.String
toString()
-
-
-
Method Detail
-
getTypeName
public java.lang.String getTypeName()
- Specified by:
getTypeName
in interfaceBusinessProcessEventType
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-