Package dev.dsf.bpe.variables
Class TargetValues.TargetValueTypeImpl
java.lang.Object
org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
dev.dsf.bpe.variables.TargetValues.TargetValueTypeImpl
- All Implemented Interfaces:
Serializable,org.camunda.bpm.engine.variable.type.PrimitiveValueType,org.camunda.bpm.engine.variable.type.ValueType
- Enclosing class:
- TargetValues
public static class TargetValues.TargetValueTypeImpl
extends org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.BooleanTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.BytesTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.DateTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.DoubleTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.IntegerTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.LongTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.NullTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.NumberTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.ShortTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.StringTypeImpl -
Field Summary
Fields inherited from class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
javaTypeFields inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
nameFields inherited from interface org.camunda.bpm.engine.variable.type.ValueType
BOOLEAN, BYTES, DATE, DOUBLE, FILE, INTEGER, LONG, NULL, NUMBER, OBJECT, SHORT, STRING, VALUE_INFO_TRANSIENT -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.variable.value.TypedValuecreateValue(Object value, Map<String, Object> valueInfo) Methods inherited from class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
getJavaType, getValueInfo, isPrimitiveValueType, toStringMethods 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, getName, getParent, isAbstract
-
Method Details
-
createValue
-