public class Target extends TransformationRuleElement
Target of a transformationUnit unit is the composition of the content type that the transformationUnit unit produces as well as the output in which data will be stored.
contentType, transformationUnit| Constructor and Description |
|---|
Target() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fromDOM(Element targetElm) |
DataSink |
getOutput()
Returns the output of the transformationUnit unit.
|
String |
getOutputID()
Returns the id of the output data handler.
|
void |
setOutputID(String id)
Sets the id of the output data handler.
|
protected void |
toDOM(Element transformationElm) |
getContentType, getTransformationUnit, setContentType, setTransformationUnitpublic void setOutputID(String id)
id - The id of the output data handler.public String getOutputID()
public DataSink getOutput() throws Exception
Exception - If the output does not exist.protected void fromDOM(Element targetElm)
protected void toDOM(Element transformationElm)
Copyright © 2014. All Rights Reserved.