Interface RegionalValues
-
- All Known Subinterfaces:
RegionalOptions
,WebIServerSession
public interface RegionalValues
This interface provides accessor methods for various locale settings. Note that the accessor methods always return non-nullWebLocale
instances even thoughWebLocale.getLocale()
may be null.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebLocale
getDisplayWebLocale()
WebLocale
getMessagesWebLocale()
WebLocale
getMetadataWebLocale()
WebLocale
getNumberWebLocale()
WebLocale
getWarehouseDataWebLocale()
-
-
-
Method Detail
-
getMetadataWebLocale
WebLocale getMetadataWebLocale()
- Returns:
- the metadata locale.
-
getDisplayWebLocale
WebLocale getDisplayWebLocale()
- Returns:
- the web display locale.
-
getMessagesWebLocale
WebLocale getMessagesWebLocale()
- Returns:
- the locale used by the Intelligence Server for displaying messages.
-
getNumberWebLocale
WebLocale getNumberWebLocale()
- Returns:
- the number and date-time locale
-
getWarehouseDataWebLocale
WebLocale getWarehouseDataWebLocale()
- Returns:
- the warehouse data locale.
-
-