org.camunda.bpm.engine.cdi.annotation.event
Class TakeTransitionLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<TakeTransition>
      extended by org.camunda.bpm.engine.cdi.annotation.event.TakeTransitionLiteral
All Implemented Interfaces:
Serializable, Annotation, TakeTransition

public class TakeTransitionLiteral
extends javax.enterprise.util.AnnotationLiteral<TakeTransition>
implements TakeTransition

See Also:
Serialized Form

Field Summary
protected  String transitionName
           
 
Constructor Summary
TakeTransitionLiteral(String transitionName)
           
 
Method Summary
 String value()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Field Detail

transitionName

protected final String transitionName
Constructor Detail

TakeTransitionLiteral

public TakeTransitionLiteral(String transitionName)
Method Detail

value

public String value()


Copyright © 2016 camunda services GmbH. All rights reserved.