-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ProcessVariableValueType extends Enum<ProcessVariableValueType>
Type of process variable.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description OBJECTEverything else is an object.
PRIMITIVESome of the types are native to serialize. These are:
Numbers (Integer, Float, Double)
Boolean
String
Date
TYPE_VALUEUn-serialized version referencing concrete classes not available in the framework.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-