Class LocalDateType
java.lang.Object
org.flowable.variable.service.impl.types.LocalDateType
- All Implemented Interfaces:
VariableType
- Author:
- Filip Hrisafov
-
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
-
LocalDateType
public LocalDateType()
-
-
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
-