Interface Locale
public interface Locale
A locale is a collection of types. Locale defines a set of
types that together define the formatting, language, calendaring, and
currency for a locale or culture.
-
Method Summary
Modifier and TypeMethodDescriptionGets the calendar formatType.Gets the calendarType.Gets the coordinate formatType.Gets the currency formatType.Gets the currencyType.Gets the languageType.Gets the numeric formatType.Gets the scriptType.Gets the time formatType.Gets the timeType.Gets the unit systemType.
-
Method Details
-
getLanguageType
Type getLanguageType()Gets the languageType.- Returns:
- the language type
- Compliance:
mandatory- This method must be implemented.
-
getScriptType
Type getScriptType()Gets the scriptType.- Returns:
- the script type
- Compliance:
mandatory- This method must be implemented.
-
getCalendarType
Type getCalendarType()Gets the calendarType.- Returns:
- the calendar type
- Compliance:
mandatory- This method must be implemented.
-
getTimeType
Type getTimeType()Gets the timeType.- Returns:
- the time type
- Compliance:
mandatory- This method must be implemented.
-
getCurrencyType
Type getCurrencyType()Gets the currencyType.- Returns:
- the currency type
- Compliance:
mandatory- This method must be implemented.
-
getUnitSystemType
Type getUnitSystemType()Gets the unit systemType.- Returns:
- the unit system type
- Compliance:
mandatory- This method must be implemented.
-
getNumericFormatType
Type getNumericFormatType()Gets the numeric formatType.- Returns:
- the numeric format type
- Compliance:
mandatory- This method must be implemented.
-
getCalendarFormatType
Type getCalendarFormatType()Gets the calendar formatType.- Returns:
- the calendar format type
- Compliance:
mandatory- This method must be implemented.
-
getTimeFormatType
Type getTimeFormatType()Gets the time formatType.- Returns:
- the time format type
- Compliance:
mandatory- This method must be implemented.
-
getCurrencyFormatType
Type getCurrencyFormatType()Gets the currency formatType.- Returns:
- the currency format type
- Compliance:
mandatory- This method must be implemented.
-
getCoordinateFormatType
Type getCoordinateFormatType()Gets the coordinate formatType.- Returns:
- the coordinate format type
- Compliance:
mandatory- This method must be implemented.
-