public interface DisplayText extends OsidPrimitive, DisplayText
Text to be displayed.
| Modifier and Type | Method and Description |
|---|---|
Type |
getFormatType()
Gets the format
Type of the text string. |
Type |
getLanguageType()
Gets the language
Type. |
Type |
getScriptType()
Gets the script
Type. |
java.lang.String |
getText()
Gets the text string.
|
compareTo, equals, hashCodetoStringType getLanguageType()
Type. mandatory - This method must be implemented. Type getScriptType()
Type. mandatory - This method must be implemented. Type getFormatType()
Type of the text string.mandatory - This method must be implemented. java.lang.String getText()
mandatory - This method must be implemented.