Uses of Class
org.activiti.spring.process.model.ProcessVariablesMapping.MappingType
-
Packages that use ProcessVariablesMapping.MappingType Package Description org.activiti.spring.process.model -
-
Uses of ProcessVariablesMapping.MappingType in org.activiti.spring.process.model
Methods in org.activiti.spring.process.model that return ProcessVariablesMapping.MappingType Modifier and Type Method Description ProcessVariablesMapping.MappingTypeProcessVariablesMapping. getMappingType()static ProcessVariablesMapping.MappingTypeProcessVariablesMapping.MappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessVariablesMapping.MappingType[]ProcessVariablesMapping.MappingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.activiti.spring.process.model with parameters of type ProcessVariablesMapping.MappingType Modifier and Type Method Description voidProcessVariablesMapping. setMappingType(ProcessVariablesMapping.MappingType mappingType)
-