java.lang.Object | |
↳ | com.microstrategy.webservices.EnumMWSElementSourceFlags |
Defines the various flags used to control an element browse request. This enum is used as an input parameter to GetAttributeElements and DrillElementToAttribute. This enum will expand in functionality and will be directly linked to flags defined for the WebElementSource class (WebObjects) in the future. This enum is designed to hold multiple values using bit ORing.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | MWSElementMatchCase | ||||||||||
int | _MWSElementMatchCase | Instructs the Web Service element search pattern matching algorithm to take into account letter case (upper/lower). |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSElementSourceFlags(int iValue)
Constructs an enum using integer input.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getValue()
Return the integer equivalent of the enum.
| ||||||||||
String |
toString()
Returns the string equivalent of the enum in the form
of: "value1, value2,...".
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Instructs the Web Service element search pattern matching algorithm to take into account letter case (upper/lower).
Constructs an enum using integer input.
iValue | Integer enum value. |
---|
Return the integer equivalent of the enum.
Returns the string equivalent of the enum in the form of: "value1, value2,...".