Interface PrimitiveValueType
-
- All Superinterfaces:
java.io.Serializable
,ValueType
- All Known Implementing Classes:
JsonTypeImpl
,PrimitiveValueTypeImpl
,PrimitiveValueTypeImpl.BooleanTypeImpl
,PrimitiveValueTypeImpl.BytesTypeImpl
,PrimitiveValueTypeImpl.DateTypeImpl
,PrimitiveValueTypeImpl.DoubleTypeImpl
,PrimitiveValueTypeImpl.IntegerTypeImpl
,PrimitiveValueTypeImpl.LongTypeImpl
,PrimitiveValueTypeImpl.NullTypeImpl
,PrimitiveValueTypeImpl.NumberTypeImpl
,PrimitiveValueTypeImpl.ShortTypeImpl
,PrimitiveValueTypeImpl.StringTypeImpl
,XmlTypeImpl
public interface PrimitiveValueType extends ValueType
- Since:
- 7.2
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>
getJavaType()
-
Methods inherited from interface org.camunda.bpm.engine.variable.type.ValueType
canConvertFromTypedValue, convertFromTypedValue, createValue, getName, getParent, getValueInfo, isAbstract, isPrimitiveValueType
-
-