public class MDFInfo extends Object
| Constructor and Description |
|---|
MDFInfo() |
MDFInfo(String prefix,
String schema,
String namespace,
String sourceFormatName,
String sourceFormatLayout,
String sourceFormatInterpretation,
String baseQuery,
boolean enabled) |
MDFInfo(String prefix,
String schema,
String namespace,
String sourceFormatName,
String sourceFormatLayout,
String sourceFormatInterpretation,
String baseQuery,
String enabled)
This constructor is the same as the above, but in this case "enabled" is a string, so we can use the SplittedQueryExecutor to
generate instances of this class from the information stored in the D-Net IS.
|
MDFInfo(String prefix,
String schema,
String namespace,
String sourceFormatName,
String sourceFormatLayout,
String sourceFormatInterpretation,
String baseQuery,
String tdsID,
boolean enabled) |
MDFInfo(String prefix,
String schema,
String namespace,
String sourceFormatName,
String sourceFormatLayout,
String sourceFormatInterpretation,
String baseQuery,
String tdsID,
String enabled)
This constructor is the same as the above, but in this case "enabled" is a string, so we can use the SplittedQueryExecutor to
generate instances of this class from the information stored in the D-Net IS.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBaseQuery() |
String |
getNamespace() |
String |
getPrefix() |
String |
getSchema() |
String |
getSourceFormatInterpretation() |
String |
getSourceFormatLayout() |
String |
getSourceFormatName() |
String |
getTransformationRuleID() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setBaseQuery(String baseQuery) |
void |
setEnabled(boolean enabled) |
void |
setNamespace(String namespace) |
void |
setPrefix(String prefix) |
void |
setSchema(String schema) |
void |
setSourceFormatInterpretation(String sourceFormatInterpretation) |
void |
setSourceFormatLayout(String sourceFormatLayout) |
void |
setSourceFormatName(String sourceFormatName) |
void |
setTransformationRuleID(String transformationRuleID) |
String |
toString() |
public MDFInfo()
public MDFInfo(String prefix, String schema, String namespace, String sourceFormatName, String sourceFormatLayout, String sourceFormatInterpretation, String baseQuery, boolean enabled)
public MDFInfo(String prefix, String schema, String namespace, String sourceFormatName, String sourceFormatLayout, String sourceFormatInterpretation, String baseQuery, String enabled)
prefix - schema - namespace - sourceFormatName - sourceFormatLayout - sourceFormatInterpretation - baseQuery - enabled - public MDFInfo(String prefix, String schema, String namespace, String sourceFormatName, String sourceFormatLayout, String sourceFormatInterpretation, String baseQuery, String tdsID, boolean enabled)
public MDFInfo(String prefix, String schema, String namespace, String sourceFormatName, String sourceFormatLayout, String sourceFormatInterpretation, String baseQuery, String tdsID, String enabled)
prefix - schema - namespace - sourceFormatName - sourceFormatLayout - sourceFormatInterpretation - baseQuery - tdsID - enabled - public String getPrefix()
public void setPrefix(String prefix)
public String getSchema()
public void setSchema(String schema)
public String getNamespace()
public void setNamespace(String namespace)
public String getSourceFormatName()
public void setSourceFormatName(String sourceFormatName)
public String getSourceFormatLayout()
public void setSourceFormatLayout(String sourceFormatLayout)
public String getSourceFormatInterpretation()
public void setSourceFormatInterpretation(String sourceFormatInterpretation)
public String getBaseQuery()
public void setBaseQuery(String baseQuery)
public String getTransformationRuleID()
public void setTransformationRuleID(String transformationRuleID)
public boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2018. All rights reserved.