Package io.jmix.bpm.engine.variable
Class BigDecimalVariableType
java.lang.Object
io.jmix.bpm.engine.variable.BigDecimalVariableType
- All Implemented Interfaces:
org.flowable.variable.api.types.VariableType
public class BigDecimalVariableType
extends Object
implements org.flowable.variable.api.types.VariableType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(org.flowable.variable.api.types.ValueFields valueFields) booleanisAbleToStore(Object value) booleanvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.variable.api.types.VariableType
isReadOnly
-
Constructor Details
-
BigDecimalVariableType
public BigDecimalVariableType()
-
-
Method Details
-
getTypeName
- Specified by:
getTypeNamein interfaceorg.flowable.variable.api.types.VariableType
-
isCachable
public boolean isCachable()- Specified by:
isCachablein interfaceorg.flowable.variable.api.types.VariableType
-
isAbleToStore
- Specified by:
isAbleToStorein interfaceorg.flowable.variable.api.types.VariableType
-
setValue
- Specified by:
setValuein interfaceorg.flowable.variable.api.types.VariableType
-
getValue
- Specified by:
getValuein interfaceorg.flowable.variable.api.types.VariableType
-