Interface TypeProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
TypeManager, TypeProxyManager

public interface TypeProfile extends OsidProfile

The TypeProfile describes the interoperability among type services.

  • Method Details

    • supportsTypeLookup

      boolean supportsTypeLookup()
      Tests if Type lookup is supported.
      Returns:
      true if Type lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsTypeAdmin

      boolean supportsTypeAdmin()
      Tests if a Type administrative service is supported.
      Returns:
      true if Type administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.