Class PrimitiveValueTypeImpl

java.lang.Object
org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
All Implemented Interfaces:
Serializable, PrimitiveValueType, ValueType
Direct Known Subclasses:
JsonTypeImpl, PrimitiveValueTypeImpl.BooleanTypeImpl, PrimitiveValueTypeImpl.BytesTypeImpl, PrimitiveValueTypeImpl.DateTypeImpl, PrimitiveValueTypeImpl.DoubleTypeImpl, PrimitiveValueTypeImpl.IntegerTypeImpl, PrimitiveValueTypeImpl.LongTypeImpl, PrimitiveValueTypeImpl.NullTypeImpl, PrimitiveValueTypeImpl.NumberTypeImpl, PrimitiveValueTypeImpl.ShortTypeImpl, PrimitiveValueTypeImpl.StringTypeImpl, XmlTypeImpl

public abstract class PrimitiveValueTypeImpl extends AbstractValueTypeImpl implements PrimitiveValueType
Implementation of the primitive variable value types
Author:
Daniel Meyer
See Also:
  • Field Details

    • javaType

      protected Class<?> javaType
  • Constructor Details

    • PrimitiveValueTypeImpl

      public PrimitiveValueTypeImpl(Class<?> javaType)
    • PrimitiveValueTypeImpl

      public PrimitiveValueTypeImpl(String name, Class<?> javaType)
  • Method Details