Uses of Class
io.atlasmap.maven.GenerateInspectionsMojo.InspectionType
-
-
Uses of GenerateInspectionsMojo.InspectionType in io.atlasmap.maven
Methods in io.atlasmap.maven that return GenerateInspectionsMojo.InspectionType Modifier and Type Method Description GenerateInspectionsMojo.InspectionTypeGenerateInspectionsMojo.Inspection. getInspectionType()static GenerateInspectionsMojo.InspectionTypeGenerateInspectionsMojo.InspectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static GenerateInspectionsMojo.InspectionType[]GenerateInspectionsMojo.InspectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.atlasmap.maven with parameters of type GenerateInspectionsMojo.InspectionType Modifier and Type Method Description voidGenerateInspectionsMojo.Inspection. setInspectionType(GenerateInspectionsMojo.InspectionType inspectionType)
-