|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dynalivery.saffron.client.FormatOptions
This class defines the formatting options for a Saffron export.
| Field Summary | |
protected int |
fileType
the output file type (e.g. |
| Constructor Summary | |
FormatOptions(int fileType)
Creates new FormatOptions |
|
| Method Summary | |
int |
getFileType()
Returns the output file type (e.g. |
abstract byte[] |
getXML()
Returns an XML String representation of the format options, if any |
void |
setFileType(int fileType)
Sets the output file type |
java.lang.String |
toString()
Creates display string for format options. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int fileType
| Constructor Detail |
public FormatOptions(int fileType)
throws InvalidParameterException
fileType - the output file type (e.g. FileType.PDF)
InvalidParameterException| Method Detail |
public int getFileType()
public void setFileType(int fileType)
throws InvalidParameterException
fileType - the output file type (e.g. FileType.PDF)
InvalidParameterException
public abstract byte[] getXML()
throws InvalidParameterException
InvalidParameterExceptionpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||