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 MappingTypeDeprecated.BaseMapping.getMappingType()Gets the value of the mappingType property.static MappingTypeDeprecated.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) voidBaseMapping.setMappingType(MappingType value) Sets the value of the mappingType property.