java.lang.Object | |
↳ | com.microstrategy.webservices.EnumMWSHistoryMessageStatus |
This class mirrors the WebObjects class EnumDSSXMLMessageStatus, and is designed to hold multiple values using bit ORing. It is returned as part of the MWSHistoryInfo class.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | _MWSNewMsg | Specifies that the message is new and unread. | |||||||||
int | _MWSReadMsg | Specifies that the message has been read. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSHistoryMessageStatus(int iValue)
Construct the enum using passed in integer.
| |||||||||||
EnumMWSHistoryMessageStatus(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 the message is new and unread.
Specifies that the message has been read.
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, ...".