public class ExtTransformationUnit extends Object
ExtTransformationUnit is a transformationUnit unit which contains references to one or more external TransformationUnits.
| Constructor and Description |
|---|
ExtTransformationUnit() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fromDOM(Element extTransformationElm) |
String |
getReferencedTransformationProgramID()
Returns the referenced transformationUnit program id.
|
String |
getReferencedTransformationUnitID()
Returns the referenced transformationUnit unit id.
|
ArrayList<TargetHandlerDesc> |
getTargetIOs()
Returns the references to the io handlers of the referenced transformationUnit unit.
|
TransformationUnit |
getTransformationUnit()
Returns the transformationUnit unit.
|
List<Parameter> |
getUnboundContentTypeParameters()
Returns the unbound content type parameters.
|
void |
setReferencedTransformationProgramID(String referencedTransformationProgramID)
Sets the referenced transformationUnit program id.
|
void |
setReferencedTransformationUnitID(String referencedTransformationID)
Sets the referenced transformationUnit unit id.
|
void |
setTargetIOs(ArrayList<TargetHandlerDesc> targetIOs)
Sets the references to the io handlers of the referenced transformationUnit unit.
|
void |
setTransformationUnit(TransformationUnit transformationUnit)
Sets the transformationUnit unit.
|
void |
setUnboundContentTypeParameters(List<Parameter> unboundparams)
Sets the unbound content type parameters.
|
protected void |
toDOM(Element parent) |
public TransformationUnit getTransformationUnit()
public void setTransformationUnit(TransformationUnit transformationUnit)
transformationUnit - the transformationUnit unit.protected void fromDOM(Element extTransformationElm)
protected void toDOM(Element parent)
public String getReferencedTransformationProgramID()
public void setReferencedTransformationProgramID(String referencedTransformationProgramID)
referencedTransformationProgramID - The referenced transformationUnit program id.public String getReferencedTransformationUnitID()
public void setReferencedTransformationUnitID(String referencedTransformationID)
referencedTransformationID - The referenced transformationUnit unit id.public List<Parameter> getUnboundContentTypeParameters()
public void setUnboundContentTypeParameters(List<Parameter> unboundparams)
unboundparams - the unbound content type parameters.public ArrayList<TargetHandlerDesc> getTargetIOs()
public void setTargetIOs(ArrayList<TargetHandlerDesc> targetIOs)
targetIOs - the references to the io handlers of the referenced transformationUnit unit.Copyright © 2014. All Rights Reserved.