org.camunda.bpm.engine.cdi
Class BusinessProcessEventType.DefaultBusinessProcessEventType

java.lang.Object
  extended by org.camunda.bpm.engine.cdi.BusinessProcessEventType.DefaultBusinessProcessEventType
All Implemented Interfaces:
BusinessProcessEventType
Enclosing interface:
BusinessProcessEventType

public static class BusinessProcessEventType.DefaultBusinessProcessEventType
extends Object
implements BusinessProcessEventType


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
BusinessProcessEventType.DefaultBusinessProcessEventType
 
Field Summary
protected  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
 
Constructor Summary
BusinessProcessEventType.DefaultBusinessProcessEventType(String typeName)
           
 
Method Summary
 String getTypeName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

typeName

protected final String typeName
Constructor Detail

BusinessProcessEventType.DefaultBusinessProcessEventType

public BusinessProcessEventType.DefaultBusinessProcessEventType(String typeName)
Method Detail

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface BusinessProcessEventType

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017 camunda services GmbH. All rights reserved.