org.camunda.bpm.engine.impl.core.variable.type
Class PrimitiveValueTypeImpl
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl
- All Implemented Interfaces:
- Serializable, PrimitiveValueType, ValueType
- Direct Known Subclasses:
- PrimitiveValueTypeImpl.BooleanTypeImpl, PrimitiveValueTypeImpl.BytesTypeImpl, PrimitiveValueTypeImpl.DateTypeImpl, PrimitiveValueTypeImpl.DoubleTypeImpl, PrimitiveValueTypeImpl.IntegerTypeImpl, PrimitiveValueTypeImpl.LongTypeImpl, PrimitiveValueTypeImpl.NullTypeImpl, PrimitiveValueTypeImpl.NumberTypeImpl, PrimitiveValueTypeImpl.ShortTypeImpl, PrimitiveValueTypeImpl.StringTypeImpl
public abstract class PrimitiveValueTypeImpl
- extends AbstractValueTypeImpl
- implements PrimitiveValueType
Implementation of the primitive variable value types
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
| Fields inherited from interface org.camunda.bpm.engine.variable.type.ValueType |
BOOLEAN, BYTES, DATE, DOUBLE, INTEGER, LONG, NULL, NUMBER, OBJECT, SHORT, STRING |
javaType
protected Class<?> javaType
PrimitiveValueTypeImpl
public PrimitiveValueTypeImpl(Class<?> javaType)
PrimitiveValueTypeImpl
public PrimitiveValueTypeImpl(String name,
Class<?> javaType)
getJavaType
public Class<?> getJavaType()
- Specified by:
getJavaType in interface PrimitiveValueType
isPrimitiveValueType
public boolean isPrimitiveValueType()
- Description copied from interface:
ValueType
- Indicates whether this type is primitive valued. Primitive valued types can be handled
natively by the process engine.
- Specified by:
isPrimitiveValueType in interface ValueType
- Returns:
- true if this is a primitive valued type. False otherwise
toString
public String toString()
- Overrides:
toString in class AbstractValueTypeImpl
getValueInfo
public Map<String,Object> getValueInfo(TypedValue typedValue)
- Description copied from interface:
ValueType
- Get the value info for a
TypedValue.
- Specified by:
getValueInfo in interface ValueType
- Returns:
Copyright © 2015 camunda services GmbH. All rights reserved.