Uses of Enum Class
io.atlasmap.v2.MappingType
Packages that use MappingType
-
Uses of MappingType in io.atlasmap.v2
Fields in io.atlasmap.v2 declared as MappingTypeMethods in io.atlasmap.v2 that return MappingTypeModifier and TypeMethodDescriptionstatic MappingType
Deprecated.BaseMapping.getMappingType()
Gets the value of the mappingType property.static MappingType
Deprecated.Returns the enum constant of this class with the specified name.static MappingType[]
MappingType.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atlasmap.v2 with parameters of type MappingTypeModifier and TypeMethodDescriptionstatic <T extends BaseMapping>
TAtlasModelFactory.createMapping
(MappingType type) void
BaseMapping.setMappingType
(MappingType value) Sets the value of the mappingType property.