Uses of Enum Class
com.ads.mm.etl.xml.mapping.MMSystemMap.Type
Packages that use MMSystemMap.Type
-
Uses of MMSystemMap.Type in com.ads.mm.etl.xml.mapping
Methods in com.ads.mm.etl.xml.mapping that return MMSystemMap.TypeModifier and TypeMethodDescriptionstatic MMSystemMap.TypeReturns the enum constant of this class with the specified name.static MMSystemMap.Type[]MMSystemMap.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.mm.etl.xml.mapping with parameters of type MMSystemMap.TypeModifier and TypeMethodDescriptionvoidMMSystemMap.associateMappings(MMSystemMap.Type mapType) voidMMSystemMap.fillAlongAdjustingMetadata(MMSystemMap.Type type, boolean addUnusedColumns, boolean fillMetadata) MMMapping.findColumnInPool(MMSystemMap.Type mapType, String systemName, String environmentName, String tableName, String columnName) MMMapping.findColumnInPool(MMSystemMap.Type mapType, String systemName, String environmentName, String tableName, String columnName, String tblXpath, String colXPath) voidMMMappingUtil.setAddUnsuedMetadata(MMSystemMap.Type type, boolean val) voidMMMappingUtil.setFillMetadata(MMSystemMap.Type type, boolean val)