Interface MessageInfo

  • All Known Implementing Classes:
    MessageInfoImpl

    public interface MessageInfo
    This interface provides information about a localized message.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCharSet()
      Returns the character set of this localized message.
      java.lang.String getCharSetExcel()
      Returns the character set used in Excel of this localized message.
      int getCodePage()
      Returns the codepage value of this localized message.
      int getCodePageExcel()
      Returns the codepage value used in Excel of this localized message.
      java.lang.String getCountry()
      Returns the country of this localized message.
      java.lang.String getDesc()
      Returns the description of this localized message.
      java.lang.String getDescId()
      Returns the description ID of this localized message.
      java.lang.String getHelpLocaleId​(boolean isUser)
      Returns the help locale ID of this localized message.
      java.lang.String getLanguage()
      Returns the language of this localized message.
      java.lang.String getLocaleId()
      Returns the locale ID of this localized message.
      java.lang.String getVariant()  
    • Method Detail

      • getLocaleId

        java.lang.String getLocaleId()
        Returns the locale ID of this localized message.
        Returns:
        the locale ID of this localized message
      • getCountry

        java.lang.String getCountry()
        Returns the country of this localized message.
        Returns:
        the country of this localized message.
      • getLanguage

        java.lang.String getLanguage()
        Returns the language of this localized message.
        Returns:
        the language of this localized message.
      • getDesc

        java.lang.String getDesc()
        Returns the description of this localized message.
        Returns:
        the description of this localized message.
      • getDescId

        java.lang.String getDescId()
        Returns the description ID of this localized message.
        Returns:
        the description ID of this localized message.
      • getCharSet

        java.lang.String getCharSet()
        Returns the character set of this localized message.
        Returns:
        the character set of this localized message.
      • getCharSetExcel

        java.lang.String getCharSetExcel()
        Returns the character set used in Excel of this localized message.
        Returns:
        the character set used in Excel of this localized message.
      • getCodePage

        int getCodePage()
        Returns the codepage value of this localized message.
        Returns:
        the codepage value of this localized message.
        Since:
        MicroStrategy Web 7.5.0
      • getCodePageExcel

        int getCodePageExcel()
        Returns the codepage value used in Excel of this localized message.
        Returns:
        the codepage value used in Excel of this localized message.
        Since:
        MicroStrategy Web 7.5.0
      • getVariant

        java.lang.String getVariant()
        Since:
        MicroStrategy Web 9.0.0
      • getHelpLocaleId

        java.lang.String getHelpLocaleId​(boolean isUser)
        Returns the help locale ID of this localized message. If missing the method returns the locale ID.
        Parameters:
        isUser - boolean specify whether the locale is for user-level help or admin-level, true if user
        Returns:
        the locale ID of this localized message
        Since:
        MicroStrategy Web 9.0.0