public class StringType extends Object implements VariableType
| Constructor and Description |
|---|
StringType(int maxLength) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
Object |
getValue(ValueFields valueFields) |
boolean |
isAbleToStore(Object value) |
boolean |
isCachable() |
void |
setValue(Object value,
ValueFields valueFields) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisReadOnlypublic static final String TYPE_NAME
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 © 2022 Flowable. All rights reserved.