Package com.microstrategy.web.objects
Interface EnumWebPromptType
-
public interface EnumWebPromptTypeThis Enumeration lists the WebPrompt types.- Since:
- MicroStrategy Web 7.3.1 or earlier
- See Also:
WebPrompt.getPromptType()
-
-
Field Summary
Fields Modifier and Type Field Description static intWebPromptTypeConstantConstant prompt typestatic intWebPromptTypeDimtyDimensionality/Level prompt typestatic intWebPromptTypeElementsElements prompt typestatic intWebPromptTypeExpressionExpression prompt typestatic intWebPromptTypeObjectsObjects prompt typestatic intWebPromptTypeUnsupportedUnsupported prompt type
-
-
-
Field Detail
-
WebPromptTypeUnsupported
static final int WebPromptTypeUnsupported
Unsupported prompt type- See Also:
- Constant Field Values
-
WebPromptTypeConstant
static final int WebPromptTypeConstant
Constant prompt type- See Also:
WebConstantPrompt, Constant Field Values
-
WebPromptTypeElements
static final int WebPromptTypeElements
Elements prompt type- See Also:
WebElementsPrompt, Constant Field Values
-
WebPromptTypeExpression
static final int WebPromptTypeExpression
Expression prompt type- See Also:
WebExpressionPrompt, Constant Field Values
-
WebPromptTypeObjects
static final int WebPromptTypeObjects
Objects prompt type- See Also:
WebObjectsPrompt, Constant Field Values
-
WebPromptTypeDimty
static final int WebPromptTypeDimty
Dimensionality/Level prompt type- See Also:
WebDimtyPrompt, Constant Field Values
-
-