Interface | osid.type.Type | ||
---|---|---|---|
Implements | osid.OsidPrimitive | ||
Description |
The Type is a form of identifier that is primarily used to
identify interface specifications. The The components of the Type that make up its identification are:
Persisting a type reference means to persist the above
identification elements. In addition to these identifier
components, A | ||
Method | getDisplayName | ||
Description |
Gets the full display name of this | ||
Return | osid.locale.DisplayText | the display name of this Type | |
Compliance | mandatory | This method must be implemented. | |
Method | getDisplayLabel | ||
Description |
Gets the shorter display label for this | ||
Return | osid.locale.DisplayText | the display label for this Type | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescription | ||
Description |
Gets a description of this | ||
Return | osid.locale.DisplayText | the description of this Type | |
Compliance | mandatory | This method must be implemented. | |
Method | getDomain | ||
Description |
Gets the domain. The domain can provide an information label about ths application space of this Type. | ||
Return | osid.locale.DisplayText | the domain of this Type | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuthority | ||
Description |
Gets the authority of this | ||
Return | string | the authority of this Type | |
Compliance | mandatory | This method must be implemented. | |
Method | getIdentifierNamespace | ||
Description |
Gets the namespace of the identifier. This method is
used to compare one | ||
Return | string | the authority of this Type | |
Compliance | mandatory | This method must be implemented. | |
Method | getIdentifier | ||
Description |
Gets the identifier of this | ||
Return | string | the identifier of this Type | |
Compliance | mandatory | This method must be implemented. |