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