org.jbpm.model.definition
Class StateAuthentication

java.lang.Object
  extended byorg.jbpm.util.lang.Enumerated
      extended byorg.jbpm.model.definition.StateAuthentication
All Implemented Interfaces:
java.io.Serializable

public class StateAuthentication
extends org.jbpm.util.lang.Enumerated

See Also:
Serialized Form

Field Summary
static StateAuthentication OPTIONAL
           
static StateAuthentication REQUIRED
           
static StateAuthentication VERIFY
           
 
Fields inherited from class org.jbpm.util.lang.Enumerated
id
 
Methods inherited from class org.jbpm.util.lang.Enumerated
findById, getId, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OPTIONAL

public static final StateAuthentication OPTIONAL

REQUIRED

public static final StateAuthentication REQUIRED

VERIFY

public static final StateAuthentication VERIFY


Version : jbpm-2.0