public class DefaultVariableTypes extends Object implements VariableTypes, Serializable
| Constructor and Description |
|---|
DefaultVariableTypes() |
| Modifier and Type | Method and Description |
|---|---|
DefaultVariableTypes |
addType(VariableType type) |
DefaultVariableTypes |
addType(VariableType type,
int index) |
VariableType |
findVariableType(Object value) |
int |
getTypeIndex(String typeName) |
int |
getTypeIndex(VariableType type) |
VariableType |
getVariableType(String typeName) |
VariableTypes |
removeType(VariableType type) |
void |
setTypesList(List<VariableType> typesList) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTypeBeforepublic DefaultVariableTypes addType(VariableType type)
addType in interface VariableTypespublic DefaultVariableTypes addType(VariableType type, int index)
addType in interface VariableTypespublic void setTypesList(List<VariableType> typesList)
public VariableType getVariableType(String typeName)
getVariableType in interface VariableTypespublic VariableType findVariableType(Object value)
findVariableType in interface VariableTypespublic int getTypeIndex(VariableType type)
getTypeIndex in interface VariableTypespublic int getTypeIndex(String typeName)
getTypeIndex in interface VariableTypespublic VariableTypes removeType(VariableType type)
removeType in interface VariableTypespublic int size()
Copyright © 2022 Flowable. All rights reserved.