Package com.microstrategy.webapi
Interface EnumDSSXMLPromptType
-
public interface EnumDSSXMLPromptTypeThis interface defines the enumeration constants used to specify the prompt type.Note: This enumeration does not apply to
WebPrompt.getPromptType(). For this,EnumWebPromptTypeshould be used instead.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlPromptBigDecimalSpecifies a prompt type of a big decimal answer.static intDssXmlPromptBooleanSpecifies a prompt type that asks for a boolean.static intDssXmlPromptDateSpecifies a prompt type that asks for a date or time.static intDssXmlPromptDimtySpecifies a prompt type that asks for dimensionality.static intDssXmlPromptDoubleSpecifies a prompt type that asks for a floating point number.static intDssXmlPromptElementsSpecifies a prompt type that asks for one or more attribute elemens.static intDssXmlPromptExpressionSpecifies a prompt type that asks for an entire expression.static intDssXmlPromptExpressionDraftSpecifies a prompt type that asks to fill in gaps in a draft expression.static intDssXmlPromptFilterDraftNot available for the time being.static intDssXmlPromptLongSpecifies a prompt type that asks for an integer.static intDssXmlPromptMetricDraftNot available for the time being.static intDssXmlPromptObjectsSpecifies a prompt type that asks for one or more DSS objects.static intDssXmlPromptSortNot available for the time being.static intDssXmlPromptStringSpecifies a prompt type that asks for a character string.static intDssXmlPromptTemplateDraftNot available for the time being.static intDssXmlPromptTemplateSubtotalNot available for the time being.
-
-
-
Field Detail
-
DssXmlPromptBoolean
static final int DssXmlPromptBoolean
Specifies a prompt type that asks for a boolean.- See Also:
- Constant Field Values
-
DssXmlPromptLong
static final int DssXmlPromptLong
Specifies a prompt type that asks for an integer.- See Also:
- Constant Field Values
-
DssXmlPromptString
static final int DssXmlPromptString
Specifies a prompt type that asks for a character string.- See Also:
- Constant Field Values
-
DssXmlPromptDouble
static final int DssXmlPromptDouble
Specifies a prompt type that asks for a floating point number.- See Also:
- Constant Field Values
-
DssXmlPromptDate
static final int DssXmlPromptDate
Specifies a prompt type that asks for a date or time.- See Also:
- Constant Field Values
-
DssXmlPromptObjects
static final int DssXmlPromptObjects
Specifies a prompt type that asks for one or more DSS objects.- See Also:
- Constant Field Values
-
DssXmlPromptElements
static final int DssXmlPromptElements
Specifies a prompt type that asks for one or more attribute elemens.- See Also:
- Constant Field Values
-
DssXmlPromptExpression
static final int DssXmlPromptExpression
Specifies a prompt type that asks for an entire expression.- See Also:
- Constant Field Values
-
DssXmlPromptExpressionDraft
static final int DssXmlPromptExpressionDraft
Specifies a prompt type that asks to fill in gaps in a draft expression.- See Also:
- Constant Field Values
-
DssXmlPromptFilterDraft
static final int DssXmlPromptFilterDraft
Not available for the time being.- See Also:
- Constant Field Values
-
DssXmlPromptMetricDraft
static final int DssXmlPromptMetricDraft
Not available for the time being.- See Also:
- Constant Field Values
-
DssXmlPromptTemplateDraft
static final int DssXmlPromptTemplateDraft
Not available for the time being.- See Also:
- Constant Field Values
-
DssXmlPromptDimty
static final int DssXmlPromptDimty
Specifies a prompt type that asks for dimensionality.- See Also:
- Constant Field Values
-
DssXmlPromptSort
static final int DssXmlPromptSort
Not available for the time being.- See Also:
- Constant Field Values
-
DssXmlPromptTemplateSubtotal
static final int DssXmlPromptTemplateSubtotal
Not available for the time being.- See Also:
- Constant Field Values
-
DssXmlPromptBigDecimal
static final int DssXmlPromptBigDecimal
Specifies a prompt type of a big decimal answer.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
-