Uses of Class
org.activiti.cloud.modeling.api.process.VariableMappingType
-
Packages that use VariableMappingType Package Description org.activiti.cloud.modeling.api.process -
-
Uses of VariableMappingType in org.activiti.cloud.modeling.api.process
Methods in org.activiti.cloud.modeling.api.process that return VariableMappingType Modifier and Type Method Description static VariableMappingTypeVariableMappingType. fromValue(String value)VariableMappingTypeProcessVariableMapping. getType()static VariableMappingTypeVariableMappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableMappingType[]VariableMappingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.activiti.cloud.modeling.api.process with parameters of type VariableMappingType Modifier and Type Method Description voidProcessVariableMapping. setType(VariableMappingType type)
-