public abstract class ConvertOptions<TFileType extends FileType> extends ValueObject implements Serializable, IConvertOptions, Cloneable
The general conversion options class.
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clones current options instance.
|
TFileType |
getFormat_ConvertOptions_New()
The desired file type the input document should be converted to.
|
FileType |
getFormat()
Gets the desired file type the input document should be converted to.
|
void |
setFormat_ConvertOptions_New(TFileType value)
The desired file type the input document should be converted to.
|
void |
setFormat(FileType value)
The desired file type the input document should be converted to.
|
equals, equals, hashCode, op_Equality, op_Inequality
public FileType getFormat()
getFormat
in interface IConvertOptions
public void setFormat(FileType value)
The desired file type the input document should be converted to.
setFormat
in interface IConvertOptions
value
- file typepublic final Object deepClone()
Clones current options instance.
public final TFileType getFormat_ConvertOptions_New()
The desired file type the input document should be converted to.
public final void setFormat_ConvertOptions_New(TFileType value)
The desired file type the input document should be converted to.