|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.rebean.wi.OutputFormatType
public final class OutputFormatType
The OutputFormatType
class represents all possible output formats.
Field Summary | |
---|---|
static int |
_CSV
Return an int value corresponding to the "CSV" OutputFormatType. |
static int |
_DHTML
Returns an int value corresponding to the "DHTML" OutputFormatType. |
static int |
_HTML
Returns an int value corresponding to the "HTML" OutputFormatType. |
static int |
_MHTML
Return an int value corresponding to the "MHTML" OutputFormatType. |
static int |
_PDF
Returns an int value corresponding to the "PDF" OutputFormatType. |
static int |
_XLS
Returns an int value corresponding to the "XLS" OutputFormatType. |
static int |
_XLSDataCentric
Return an int value corresponding to the "XLSDataCentric" OutputFormatType. |
static int |
_XLSX
Return an int value corresponding to the "XLSX" OutputFormatType. |
static int |
_XLSXDataCentric
Return an int value corresponding to the "XLSXDataCentric" OutputFormatType. |
static int |
_XML
Return an int value corresponding to the "XML" OutputFormatType. |
static OutputFormatType |
CSV
CSV output format. |
static OutputFormatType |
DHTML
Dynamic HTML output format. |
static OutputFormatType |
HTML
Deprecated. |
static OutputFormatType |
MHTML
Multipurpose Internet Mail Extension HTML |
static OutputFormatType |
PDF
Portable Document Format output format. |
static OutputFormatType |
XLS
Native Excel output format. |
static OutputFormatType |
XLSDataCentric
DataCentric Excel format. |
static OutputFormatType |
XLSX
Native Excel 2007 output format. |
static OutputFormatType |
XLSXDataCentric
DataCentric Excel 2007 format. |
static OutputFormatType |
XML
XML output format. |
Method Summary | |
---|---|
static OutputFormatType |
from_int(int value)
Create a OutputFormatType instance corresponding to
value . |
java.lang.String |
toString()
Return a String representation of this format type (for debug purposes). |
int |
value()
Return an int value of this OutputFormatType
instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _HTML
public static final OutputFormatType HTML
public static final int _PDF
public static final OutputFormatType PDF
public static final int _XLS
public static final OutputFormatType XLS
OutputFormatType
, a document is
WYSIWYG oriented, that is to say it is saved in such a way that the
data presentation is enhanced.
public static final int _DHTML
public static final OutputFormatType DHTML
public static final int _XML
public static final OutputFormatType XML
public static final int _XLSDataCentric
public static final OutputFormatType XLSDataCentric
OutputFormatType
, a document is
data oriented, that is to say it is saved in such a way that the
data manipulation is enhanced.
public static final int _CSV
public static final OutputFormatType CSV
public static final int _MHTML
public static final OutputFormatType MHTML
public static final int _XLSX
int
value corresponding to the "XLSX" OutputFormatType.
public static final OutputFormatType XLSX
OutputFormatType
, a document is
WYSIWYG oriented, that is to say it is saved in such a way that the
data presentation is enhanced.
public static final int _XLSXDataCentric
int
value corresponding to the "XLSXDataCentric" OutputFormatType.
public static final OutputFormatType XLSXDataCentric
OutputFormatType
, a document is
data oriented, that is to say it is saved in such a way that the
data manipulation is enhanced.
Method Detail |
---|
public int value()
OutputFormatType
instance.
OutputFormatType
instance.public static OutputFormatType from_int(int value)
OutputFormatType
instance corresponding to
value
.
value
- An int
value corresponding to a
OutputFormatType
.
OutputFormatType
instance corresponding to
value
, or null
when
value
does not correspond to a
OutputFormatType
.public java.lang.String toString()
String
representation of this format type (for debug purposes).
toString
in class java.lang.Object
String
representation of this format type (for debug purposes).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |