org.jbpm.model.definition
Class DefaultType

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

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

See Also:
Serialized Form

Field Summary
static DefaultType DATE
           
static DefaultType DOUBLE
           
static DefaultType LONG
           
static DefaultType SERIALIZABLE
           
static DefaultType STRING
           
 
Fields inherited from class org.jbpm.util.lang.Enumerated
id
 
Constructor Summary
protected DefaultType(java.lang.String id, Serializer serializer)
           
 
Method Summary
static DefaultType findByValue(java.lang.Object value)
           
 Serializer getSerializer()
           
 
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

STRING

public static final DefaultType STRING

LONG

public static final DefaultType LONG

DOUBLE

public static final DefaultType DOUBLE

DATE

public static final DefaultType DATE

SERIALIZABLE

public static final DefaultType SERIALIZABLE
Constructor Detail

DefaultType

protected DefaultType(java.lang.String id,
                      Serializer serializer)
Method Detail

findByValue

public static DefaultType findByValue(java.lang.Object value)

getSerializer

public Serializer getSerializer()


Version : jbpm-2.0