Interface EnumBlockPropertyTypes


  • public interface EnumBlockPropertyTypes
    Since:
    MicroStrategy Web 9.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPTYPE_BLOCK
      Property type is another Block
      static java.lang.String PROPTYPE_BOOLEAN
      Property Type is a Boolean
      static java.lang.String PROPTYPE_DOUBLE
      Property that is a 64-bit floating point.
      static java.lang.String PROPTYPE_INTEGER
      Property Type is a 32-bit Integer
      static java.lang.String PROPTYPE_LIST
      Property type is a LIST of other lists or Blocks
      static java.lang.String PROPTYPE_LONG
      Property that is a 64-bit Integer.
      static java.lang.String PROPTYPE_STRING
      Property Type is a String
      static java.lang.String PROPTYPE_UNKNOWN
      Property Type is Unknown!
    • Field Detail

      • PROPTYPE_UNKNOWN

        static final java.lang.String PROPTYPE_UNKNOWN
        Property Type is Unknown!
        See Also:
        Constant Field Values
      • PROPTYPE_STRING

        static final java.lang.String PROPTYPE_STRING
        Property Type is a String
        See Also:
        Constant Field Values
      • PROPTYPE_INTEGER

        static final java.lang.String PROPTYPE_INTEGER
        Property Type is a 32-bit Integer
        See Also:
        Constant Field Values
      • PROPTYPE_BOOLEAN

        static final java.lang.String PROPTYPE_BOOLEAN
        Property Type is a Boolean
        See Also:
        Constant Field Values
      • PROPTYPE_BLOCK

        static final java.lang.String PROPTYPE_BLOCK
        Property type is another Block
        See Also:
        Constant Field Values
      • PROPTYPE_LIST

        static final java.lang.String PROPTYPE_LIST
        Property type is a LIST of other lists or Blocks
        See Also:
        Constant Field Values
      • PROPTYPE_LONG

        static final java.lang.String PROPTYPE_LONG
        Property that is a 64-bit Integer.
        See Also:
        Constant Field Values
      • PROPTYPE_DOUBLE

        static final java.lang.String PROPTYPE_DOUBLE
        Property that is a 64-bit floating point.
        See Also:
        Constant Field Values