Package 

Enum ProcessVariableValueType

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      OBJECT

      Everything else is an object.

      PRIMITIVE

      Some of the types are native to serialize. These are:

      • Numbers (Integer, Float, Double)

      • Boolean

      • String

      • Date

      TYPE_VALUE

      Un-serialized version referencing concrete classes not available in the framework.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait