Uses of Class
org.activiti.spring.process.model.Mapping.SourceMappingType
-
Packages that use Mapping.SourceMappingType Package Description org.activiti.spring.process.model -
-
Uses of Mapping.SourceMappingType in org.activiti.spring.process.model
Methods in org.activiti.spring.process.model that return Mapping.SourceMappingType Modifier and Type Method Description Mapping.SourceMappingTypeMapping. getType()static Mapping.SourceMappingTypeMapping.SourceMappingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Mapping.SourceMappingType[]Mapping.SourceMappingType. 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 Mapping.SourceMappingType Modifier and Type Method Description voidMapping. setType(Mapping.SourceMappingType type)
-