@Exported public class Transformer extends Object
| Constructor and Description | 
|---|
| Transformer()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | getExportOptions()This method returns a map of properties which are used with the file
 exported. | 
| Map<String,Object> | getImportOptions()This method returns a map of properties which are used with the file
 imported. | 
| String | getName()Get the name of the transformer | 
| TransformerProperty | getProperty(String name)This method returns the properties associated with the transformer. | 
| void | setName(String name) | 
public Transformer()
public String getName()
public void setName(String name)
name - the name to setpublic TransformerProperty getProperty(String name)
name - the namepublic Map<String,Object> getExportOptions()