public class CustomObjectType extends Object implements VariableType
| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
theClass |
protected String |
typeName |
| Constructor and Description |
|---|
CustomObjectType(String typeName,
Class<?> theClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
Object |
getValue(ValueFields valueFields) |
boolean |
isAbleToStore(Object value) |
boolean |
isCachable() |
void |
setValue(Object value,
ValueFields valueFields) |
public String getTypeName()
getTypeName in interface VariableTypepublic Object getValue(ValueFields valueFields)
getValue in interface VariableTypepublic boolean isAbleToStore(Object value)
isAbleToStore in interface VariableTypepublic boolean isCachable()
isCachable in interface VariableTypepublic void setValue(Object value, ValueFields valueFields)
setValue in interface VariableTypeCopyright © 2018 Flowable. All rights reserved.