Package | Description |
---|---|
com.ads.mm.etl.xml.mapping |
Modifier and Type | Method and Description |
---|---|
static MMSystemMap.Type |
MMSystemMap.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MMSystemMap.Type[] |
MMSystemMap.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MMSystemMap.associateMappings(MMSystemMap.Type mapType) |
void |
MMSystemMap.fillAlongAdjustingMetadata(MMSystemMap.Type type,
boolean addUnusedColumns,
boolean fillMetadata) |
MMDBColumn |
MMMapping.findColumnInPool(MMSystemMap.Type mapType,
java.lang.String systemName,
java.lang.String environmentName,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String tblXpath,
java.lang.String colXPath) |
void |
MMMappingUtil.setAddUnsuedMetadata(MMSystemMap.Type type,
boolean val) |
void |
MMMappingUtil.setFillMetadata(MMSystemMap.Type type,
boolean val) |