Class JodaDateTimeType
java.lang.Object
org.flowable.variable.service.impl.types.JodaDateTimeType
- All Implemented Interfaces:
VariableType
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(ValueFields valueFields) booleanisAbleToStore(Object value) booleanvoidsetValue(Object value, ValueFields valueFields) Methods 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
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
JodaDateTimeType
public JodaDateTimeType()
-
-
Method Details
-
getTypeName
- Specified by:
getTypeNamein interfaceVariableType
-
isCachable
public boolean isCachable()- Specified by:
isCachablein interfaceVariableType
-
isAbleToStore
- Specified by:
isAbleToStorein interfaceVariableType
-
getValue
- Specified by:
getValuein interfaceVariableType
-
setValue
- Specified by:
setValuein interfaceVariableType
-