Uses of Enum Class
io.atlasmap.v2.MappingType
-
Uses of MappingType in io.atlasmap.v2
Modifier 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.Modifier and TypeMethodDescriptionstatic <T extends BaseMapping>
TAtlasModelFactory.createMapping
(MappingType type) void
BaseMapping.setMappingType
(MappingType value) Sets the value of the mappingType property.