org.camunda.bpm.engine.variable.type
Interface PrimitiveValueType

All Superinterfaces:
Serializable, ValueType
All Known Implementing Classes:
PrimitiveValueTypeImpl, PrimitiveValueTypeImpl.BooleanTypeImpl, PrimitiveValueTypeImpl.BytesTypeImpl, PrimitiveValueTypeImpl.DateTypeImpl, PrimitiveValueTypeImpl.DoubleTypeImpl, PrimitiveValueTypeImpl.IntegerTypeImpl, PrimitiveValueTypeImpl.LongTypeImpl, PrimitiveValueTypeImpl.NullTypeImpl, PrimitiveValueTypeImpl.NumberTypeImpl, PrimitiveValueTypeImpl.ShortTypeImpl, PrimitiveValueTypeImpl.StringTypeImpl

public interface PrimitiveValueType
extends ValueType

Since:
7.2
Author:
Daniel Meyer

Field Summary
 
Fields inherited from interface org.camunda.bpm.engine.variable.type.ValueType
BOOLEAN, BYTES, DATE, DOUBLE, INTEGER, LONG, NULL, NUMBER, OBJECT, SHORT, STRING
 
Method Summary
 Class<?> getJavaType()
           
 
Methods inherited from interface org.camunda.bpm.engine.variable.type.ValueType
canConvertFromTypedValue, convertFromTypedValue, createValue, getName, getParent, getValueInfo, isAbstract, isPrimitiveValueType
 

Method Detail

getJavaType

Class<?> getJavaType()


Copyright © 2015 camunda services GmbH. All rights reserved.