Interface | osid.locale.Locale | ||
---|---|---|---|
Description |
A locale is a collection of types. | ||
Method | getLanguageType | ||
Description |
Gets the language | ||
Return | osid.type.Type | the language type | |
Compliance | mandatory | This method must be implemented. | |
Method | getScriptType | ||
Description |
Gets the script | ||
Return | osid.type.Type | the script type | |
Compliance | mandatory | This method must be implemented. | |
Method | getCalendarType | ||
Description |
Gets the calendar | ||
Return | osid.type.Type | the calendar type | |
Compliance | mandatory | This method must be implemented. | |
Method | getTimeType | ||
Description |
Gets the time | ||
Return | osid.type.Type | the time type | |
Compliance | mandatory | This method must be implemented. | |
Method | getCurrencyType | ||
Description |
Gets the currency | ||
Return | osid.type.Type | the currency type | |
Compliance | mandatory | This method must be implemented. | |
Method | getUnitSystemType | ||
Description |
Gets the unit system | ||
Return | osid.type.Type | the unit system type | |
Compliance | mandatory | This method must be implemented. | |
Method | getNumericFormatType | ||
Description |
Gets the numeric format | ||
Return | osid.type.Type | the numeric format type | |
Compliance | mandatory | This method must be implemented. | |
Method | getCalendarFormatType | ||
Description |
Gets the calendar format | ||
Return | osid.type.Type | the calendar format type | |
Compliance | mandatory | This method must be implemented. | |
Method | getTimeFormatType | ||
Description |
Gets the time format | ||
Return | osid.type.Type | the time format type | |
Compliance | mandatory | This method must be implemented. | |
Method | getCurrencyFormatType | ||
Description |
Gets the currency format | ||
Return | osid.type.Type | the currency format type | |
Compliance | mandatory | This method must be implemented. | |
Method | getCoordinateFormatType | ||
Description |
Gets the coordinate format | ||
Return | osid.type.Type | the coordinate format type | |
Compliance | mandatory | This method must be implemented. |