Uses of Class
org.activiti.cloud.modeling.api.process.TemplateMappingType
-
Packages that use TemplateMappingType Package Description org.activiti.cloud.modeling.api.process -
-
Uses of TemplateMappingType in org.activiti.cloud.modeling.api.process
Methods in org.activiti.cloud.modeling.api.process that return TemplateMappingType Modifier and Type Method Description static TemplateMappingTypeTemplateMappingType. fromValue(String value)TemplateMappingTypeTemplateMapping. getType()static TemplateMappingTypeTemplateMappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateMappingType[]TemplateMappingType. 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 TemplateMappingType Modifier and Type Method Description voidTemplateMapping. setType(TemplateMappingType type)
-