org.camunda.bpm.engine.impl.core.variable.type
Class PrimitiveValueTypeImpl.NumberTypeImpl
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl
org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.NumberTypeImpl
- All Implemented Interfaces:
- Serializable, PrimitiveValueType, ValueType
- Enclosing class:
- PrimitiveValueTypeImpl
public static class PrimitiveValueTypeImpl.NumberTypeImpl
- extends PrimitiveValueTypeImpl
- 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 |
PrimitiveValueTypeImpl.NumberTypeImpl
public PrimitiveValueTypeImpl.NumberTypeImpl()
createValue
public NumberValue createValue(Object value,
Map<String,Object> valueInfo)
- Description copied from interface:
ValueType
- Creates a new TypedValue using this type.
- Parameters:
value - the value
- Returns:
- the typed value for the value
isAbstract
public boolean isAbstract()
- Description copied from interface:
ValueType
Returns whether the value type is abstract. This is not related
to the term abstract in the Java language.
Abstract value types cannot be used as types for variables but only used for querying.
- Specified by:
isAbstract in interface ValueType- Overrides:
isAbstract in class AbstractValueTypeImpl
Copyright © 2015 camunda services GmbH. All rights reserved.