Uses of Enum Class
io.atlasmap.xml.v2.InspectionType
Packages that use InspectionType
-
Uses of InspectionType in io.atlasmap.xml.v2
Fields in io.atlasmap.xml.v2 declared as InspectionTypeMethods in io.atlasmap.xml.v2 that return InspectionTypeModifier and TypeMethodDescriptionstatic InspectionType
Deprecated.XmlInspectionRequest.getType()
Gets the value of the type property.static InspectionType
Deprecated.Returns the enum constant of this class with the specified name.static InspectionType[]
InspectionType.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atlasmap.xml.v2 with parameters of type InspectionTypeModifier and TypeMethodDescriptionvoid
XmlInspectionRequest.setType
(InspectionType value) Sets the value of the type property.