Package com.microstrategy.web.beans
Interface MessageInfo
- 
- All Known Implementing Classes:
 MessageInfoImpl
public interface MessageInfoThis 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.StringgetCharSet()Returns the character set of this localized message.java.lang.StringgetCharSetExcel()Returns the character set used in Excel of this localized message.intgetCodePage()Returns the codepage value of this localized message.intgetCodePageExcel()Returns the codepage value used in Excel of this localized message.java.lang.StringgetCountry()Returns the country of this localized message.java.lang.StringgetDesc()Returns the description of this localized message.java.lang.StringgetDescId()Returns the description ID of this localized message.java.lang.StringgetHelpLocaleId(boolean isUser)Returns the help locale ID of this localized message.java.lang.StringgetLanguage()Returns the language of this localized message.java.lang.StringgetLocaleId()Returns the locale ID of this localized message.java.lang.StringgetVariant() 
 - 
 
- 
- 
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
 
 
 - 
 
 -