@Exported public class TransformerFormat extends Object
| Constructor and Description |
|---|
TransformerFormat(String name,
String mimetype,
String extension)
Create a transformer object based on the parameters passed
|
| Modifier and Type | Method and Description |
|---|---|
List<Transformer> |
getExportTranformers()
Get all the optional transformer which can be used to export the file
type given by this file type..
|
String |
getExtension() |
String |
getMimetype() |
String |
getName() |
void |
setExtension(String extension) |
void |
setMimetype(String mimetype) |
void |
setName(String name) |
public String getName()
public void setName(String name)
name - the name to setpublic String getMimetype()
public void setMimetype(String mimetype)
mimetype - file mimetype to setpublic String getExtension()
public void setExtension(String extension)
extension - --file extension to setpublic List<Transformer> getExportTranformers()