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
-
Method Summary
Modifier and TypeMethodDescriptiongetValue
(org.flowable.variable.api.types.ValueFields valueFields) boolean
isAbleToStore
(Object value) boolean
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.variable.api.types.VariableType
isReadOnly
-
Constructor Details
-
BigDecimalVariableType
public BigDecimalVariableType()
-
-
Method Details
-
getTypeName
- Specified by:
getTypeName
in interfaceorg.flowable.variable.api.types.VariableType
-
isCachable
public boolean isCachable()- Specified by:
isCachable
in interfaceorg.flowable.variable.api.types.VariableType
-
isAbleToStore
- Specified by:
isAbleToStore
in interfaceorg.flowable.variable.api.types.VariableType
-
setValue
- Specified by:
setValue
in interfaceorg.flowable.variable.api.types.VariableType
-
getValue
- Specified by:
getValue
in interfaceorg.flowable.variable.api.types.VariableType
-