Interface | osid.locale.DisplayText | ||
---|---|---|---|
Implements | osid.OsidPrimitive | ||
Description |
Text to be displayed. | ||
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 | getFormatType | ||
Description |
Gets the format | ||
Return | osid.type.Type | the format type | |
Compliance | mandatory | This method must be implemented. | |
Method | getText | ||
Description |
Gets the text string. | ||
Return | string | the string | |
Compliance | mandatory | This method must be implemented. |