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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
FieldsFields inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
name -
Constructor Summary
ConstructorsConstructorDescriptionPrimitiveValueTypeImpl(Class<?> javaType) PrimitiveValueTypeImpl(String name, Class<?> javaType) -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getValueInfo(TypedValue typedValue) Get the value info (meta data) for aTypedValue.booleanIndicates whether this type is primitive valued.toString()Methods inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
canConvertFromTypedValue, convertFromTypedValue, equals, getName, getParent, hashCode, isAbstract, isTransient, unsupportedConversionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.variable.type.ValueType
canConvertFromTypedValue, convertFromTypedValue, createValue, getName, getParent, isAbstract
-
Field Details
-
javaType
-
-
Constructor Details
-
PrimitiveValueTypeImpl
-
PrimitiveValueTypeImpl
-
-
Method Details
-
getJavaType
- Specified by:
getJavaTypein interfacePrimitiveValueType
-
isPrimitiveValueType
public boolean isPrimitiveValueType()Description copied from interface:ValueTypeIndicates whether this type is primitive valued. Primitive valued types can be handled natively by the process engine.- Specified by:
isPrimitiveValueTypein interfaceValueType- Returns:
- true if this is a primitive valued type. False otherwise
-
toString
- Overrides:
toStringin classAbstractValueTypeImpl
-
getValueInfo
Description copied from interface:ValueTypeGet the value info (meta data) for aTypedValue. The keys of the returned map for aTypedValueare available as constants in the value'sValueTypeinterface.- Specified by:
getValueInfoin interfaceValueType- Returns:
-