DataExchangeSpec
.public final class DataExchangeExportXMLSpec extends DataExchangeExportSpec
XMLExportConfigurationSpec
Constructor and Description |
---|
DataExchangeExportXMLSpec()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isComputedValuesIncluded()
Deprecated.
Returns
true if the exported XML file contains computed values. |
boolean |
isOmitXMLComment()
Deprecated.
Returns
true if the exported XML file omits comment. |
boolean |
isUseHeader()
Deprecated.
Returns
true if the exported XML file contains {addon.label} header. |
boolean |
isXMLIndented()
Deprecated.
Returns
true if the exported XML file indents lines. |
void |
setComputedValuesIncluded(boolean isComputedValuesIncluded)
Deprecated.
Sets whether to include computed values in the exported XML file.
|
void |
setOmitXMLComment(boolean isOmitXMLComment)
Deprecated.
Sets whether to omit XML comments from the exported XML file.
|
void |
setUseHeader(boolean usedHeader)
Deprecated.
Sets whether the XML file uses the {addon.label} header.
|
void |
setXMLIndented(boolean isXMLIndented)
Deprecated.
Sets whether lines are indented in the exported XML file.
|
getExportType, getPredicates, getTargetApplicationLogicalName, getTargetVersion, isWriteAccessLockDisabled, setExportType, setPredicates, setTargetApplicationLogicalName, setTargetVersion, setWriteAccessLockDisabled
getDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePaths
public boolean isComputedValuesIncluded()
true
if the exported XML file contains computed values.public void setComputedValuesIncluded(boolean isComputedValuesIncluded)
public boolean isXMLIndented()
true
if the exported XML file indents lines.public void setXMLIndented(boolean isXMLIndented)
public boolean isOmitXMLComment()
true
if the exported XML file omits comment.public void setOmitXMLComment(boolean isOmitXMLComment)
public boolean isUseHeader()
true
if the exported XML file contains {addon.label} header.public void setUseHeader(boolean usedHeader)