| Interface | osid.Property | ||
|---|---|---|---|
| Used By | osid.PropertyList | ||
| Description |
A | ||
| Method | getDisplayName | ||
| Description |
Gets the display name for this property. | ||
| Return | osid.locale.DisplayText | the display name | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDisplayLabel | ||
| Description |
Gets a short display label. | ||
| Return | osid.locale.DisplayText | the display label | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescription | ||
| Description |
Gets a description of this property. | ||
| Return | osid.locale.DisplayText | the description | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getValue | ||
| Description |
Gets the value of this property. | ||
| Return | string | the value | |
| Compliance | mandatory | This method must be implemented. | |