* No type exists at the AutoDataMapDef level. Return a null.
*/
public String getType() { return null; }
public AutoDataMapDef(){
dataSources.put("java", new JavaSource(this));
dataSources.put("xml", new XMLSource(this));
dataTargets.put("dtrules", new DTRulesTarget(this));
}