| Constructor and Description |
|---|
Transformer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fromDOM(Element transformer) |
ArrayList<Parameter> |
getGlobalProgramParams()
Returns the global program parameters.
|
String |
getProgramClass()
Returns the class of the program.
|
ArrayList<SoftwarePackage> |
getSoftwarePackages()
Returns the software packages of the program.
|
void |
setGlobalProgramParams(ArrayList<Parameter> programParams)
Sets the global program parameters.
|
void |
setProgramClass(String programClass)
Sets the class of the program.
|
void |
setSoftwarePackages(ArrayList<SoftwarePackage> softwarePackages)
Sets the software packages of the program.
|
protected void |
toDOM(Element tp) |
public ArrayList<SoftwarePackage> getSoftwarePackages()
public void setSoftwarePackages(ArrayList<SoftwarePackage> softwarePackages)
softwarePackages - the software packages of the program.public String getProgramClass()
public void setProgramClass(String programClass)
programClass - the class of the program.public ArrayList<Parameter> getGlobalProgramParams()
public void setGlobalProgramParams(ArrayList<Parameter> programParams)
programParams - the global program parameters.protected void toDOM(Element tp)
Copyright © 2014. All Rights Reserved.