public class ByteArrayType extends Object implements VariableType
| Constructor and Description |
|---|
ByteArrayType() |
| 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 boolean isCachable()
isCachable in interface VariableTypepublic Object getValue(ValueFields valueFields)
getValue in interface VariableTypepublic void setValue(Object value, ValueFields valueFields)
setValue in interface VariableTypepublic boolean isAbleToStore(Object value)
isAbleToStore in interface VariableTypeCopyright © 2018 Flowable. All rights reserved.