Class EnumTriStateIndicator


  • public class EnumTriStateIndicator
    extends java.lang.Object
    Internal housekeeping. Maintains whether a given state is true, false or may be.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • mapToBoolean

        public boolean mapToBoolean()
        Returns:
        whether the tri-state value is 0
      • mapToBooleanObject

        public java.lang.Boolean mapToBooleanObject()
        Returns:
        whether the tri-state value is 0
        Since:
        MicroStrategy Web 8.0.0
      • mapToInt

        public int mapToInt()
        Returns an integer value for the enumeration
        Returns:
        an integer value for the enumeration
        Since:
        MicroStrategy Web 8.0.0
      • mapFromInt

        public static EnumTriStateIndicator mapFromInt​(int enumValue)
        returns an enumeration object based on the enumeration value.
        Parameters:
        enumValue - The enumeration value that will be mapped to an enumeration object.
        Returns:
        An enumeration object based on the enumeration value.
        Since:
        MicroStrategy Web 8.0.0