java.lang.Object | |
↳ | com.microstrategy.webservices.EnumMWSViewMedia |
This class represents RS Document and Report view media settings and is designed to hold multiple values using bit ORing. It is returned as part of the MWSRSDocumentObjectInfo class.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | _MWSViewMediaExportCSV | CSV Export mode. | |||||||||
int | _MWSViewMediaExportExcel | Excel Export mode. | |||||||||
int | _MWSViewMediaExportExcelPlainText | Excel Text Export mode. | |||||||||
int | _MWSViewMediaExportFlash | Flash Export mode. | |||||||||
int | _MWSViewMediaExportHTML | HTML Export mode. | |||||||||
int | _MWSViewMediaExportPDF | PDF Export mode. | |||||||||
int | _MWSViewMediaExportPlainText | Plain Text Export mode. | |||||||||
int | _MWSViewMediaViewEditable | Editable view mode. | |||||||||
int | _MWSViewMediaViewFlash | Flash view mode. | |||||||||
int | _MWSViewMediaViewInteractive | Interactive view mode. | |||||||||
int | _MWSViewMediaViewStatic | Static view mode. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSViewMedia(int iValue)
Construct the enum using passed in integer.
| |||||||||||
EnumMWSViewMedia(String sValue)
Construct the enum using passed in string
of format: "value1, value2, ...".
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getValue()
Get integer equivalent of enum.
| ||||||||||
String |
toString()
Return the string representation of the
enum in the format: "value1, value2, ...".
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
CSV Export mode.
Excel Export mode.
Excel Text Export mode.
Flash Export mode.
HTML Export mode.
PDF Export mode.
Plain Text Export mode.
Editable view mode.
Flash view mode.
Interactive view mode.
Static view mode.
Construct the enum using passed in integer.
Construct the enum using passed in string of format: "value1, value2, ...".
Get integer equivalent of enum.
Return the string representation of the enum in the format: "value1, value2, ...".