Interface EnumWebStatementType


  • public interface EnumWebStatementType
    This Enumeration is used to specify the type of a WebStatement.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • WebStatementTypeReserved

        static final int WebStatementTypeReserved
        Reserved for future use.
        See Also:
        Constant Field Values
      • WebStatementTypeReport

        static final int WebStatementTypeReport
        Specifies a statement type of report.
        See Also:
        Constant Field Values
      • WebStatementTypeDocument

        static final int WebStatementTypeDocument
        Specifies a statement type of document.
        See Also:
        Constant Field Values
      • WebStatementTypeCache

        static final int WebStatementTypeCache
        Specifies a statement type of cache.
        See Also:
        Constant Field Values