Interface EnumDSSXMLPromptType


  • public interface EnumDSSXMLPromptType
    This interface defines the enumeration constants used to specify the prompt type.

    Note: This enumeration does not apply to WebPrompt.getPromptType(). For this, EnumWebPromptType should be used instead.

    Since:
    MicroStrategy Web 7.3.1 or earlier
    • 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