public interface VariableTypes
VariableTypes of variables.| Modifier and Type | Method and Description |
|---|---|
VariableTypes |
addType(VariableType type) |
VariableTypes |
addType(VariableType type,
int index)
Add type at the given index.
|
default VariableTypes |
addTypeBefore(VariableType type,
String afterTypeName)
Add the variable type before the type with the given name.
|
VariableType |
findVariableType(Object value) |
int |
getTypeIndex(String typeName) |
int |
getTypeIndex(VariableType type) |
VariableType |
getVariableType(String typeName) |
VariableTypes |
removeType(VariableType type) |
VariableType getVariableType(String typeName)
VariableType findVariableType(Object value)
FlowableException - When no available type is capable of storing the value.VariableTypes addType(VariableType type)
default VariableTypes addTypeBefore(VariableType type, String afterTypeName)
addType(VariableType)type - the type to addafterTypeName - the name of the other typeVariableTypes addType(VariableType type, int index)
int getTypeIndex(VariableType type)
int getTypeIndex(String typeName)
VariableTypes removeType(VariableType type)
Copyright © 2022 Flowable. All rights reserved.