OSID Logo
OSID Specifications
osid package
Version 3.1.0
Interfaceosid.Property
Used Byosid.PropertyList
Description

A Property is a representation of data in string form. Properties are exposed in Browsables as a means of providing a quick gestalt of data elements whose specifics are described through an OsidRecord. A view of a Browsable via Properties allows applications to browse the content without understanding the OsidRecord, but data modification or access to a primitive type requires knowledge of the OsidRecord.

MethodgetDisplayName
Description

Gets the display name for this property.

Returnosid.locale.DisplayText the display name
Compliancemandatory This method must be implemented.
MethodgetDisplayLabel
Description

Gets a short display label.

Returnosid.locale.DisplayText the display label
Compliancemandatory This method must be implemented.
MethodgetDescription
Description

Gets a description of this property.

Returnosid.locale.DisplayText the description
Compliancemandatory This method must be implemented.
MethodgetValue
Description

Gets the value of this property.

Returnstring the value
Compliancemandatory This method must be implemented.