java.lang.Object | |
↳ | com.microstrategy.webservices.EnumMWSVisualizationScope |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | _MWSScopeRSDoc | Specifies that scope includes report services documents. | |||||||||
int | _MWSScopeRSDocGrid | Specifies that scope includes report grids in a report service Document. | |||||||||
int | _MWSScopeReport | Specifies that scope includes report objects. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSVisualizationScope(int iValue)
Construct the enum using passed in integer.
| |||||||||||
EnumMWSVisualizationScope(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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Specifies that scope includes report services documents.
Specifies that scope includes report grids in a report service Document.
Specifies that scope includes report objects.
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, ...".