java.lang.Object | |
↳ | com.microstrategy.webservices.EnumMWSAttributeFormCategories |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | _MWSBaseAttributeForm | Specifies that form is a simple base form. | |||||||||
int | _MWSBrowseAttributeForm | Specifies that form is a browse form. | |||||||||
int | _MWSCompoundAttributeForm | Specifies that form is a compound form. | |||||||||
int | _MWSTemplateAttributeForm | Specifies that form is a template form. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSAttributeFormCategories(int iValue)
Construct the enum using passed in integer.
| |||||||||||
EnumMWSAttributeFormCategories(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 form is a simple base form.
Specifies that form is a browse form.
Specifies that form is a compound form.
Specifies that form is a template form.
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, ...".