Interface Property


public interface Property

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 .

  • Method Details

    • getDisplayName

      DisplayText getDisplayName()
      Gets the display name for this property.
      Returns:
      the display name
      Compliance:
      mandatory - This method must be implemented.
    • getDisplayLabel

      DisplayText getDisplayLabel()
      Gets a short display label.
      Returns:
      the display label
      Compliance:
      mandatory - This method must be implemented.
    • getDescription

      DisplayText getDescription()
      Gets a description of this property.
      Returns:
      the description
      Compliance:
      mandatory - This method must be implemented.
    • getValue

      String getValue()
      Gets the value of this property.
      Returns:
      the value
      Compliance:
      mandatory - This method must be implemented.