Class OsidInterfaces

java.lang.Object
org.osid.meta.OsidInterfaces

public class OsidInterfaces extends Object
Loads and stores the OSIDs. Generated by the Java Meta OSID Binder at Mon May 18 20:46:40 EDT 2026
  • Constructor Details

    • OsidInterfaces

      public OsidInterfaces()
  • Method Details

    • getInterface

      public static OsidInterface getInterface(String name)
      Looks up an OSID interface by name.
      Parameters:
      name - name of an OSID interface
      Returns:
      an OsidInterface or null if not found
    • getInterfaces

      public static Collection<OsidInterface> getInterfaces()
      Looks up OSID interfaces by OSID.
      Returns:
      a list of OSID interfaces
    • addInterface

      protected static void addInterface(OsidInterface iface)
      Adds an OSID interface.
      Parameters:
      iface - an OSID interface
    • getEnumeration

      public static OsidEnumeration getEnumeration(String name)
      Looks up an OSID enumeration by name.
      Parameters:
      name - name of an OSID interface
      Returns:
      an OsidEnumeration or null if not found
    • getEnumerations

      public static Collection<OsidEnumeration> getEnumerations()
      Looks up OSID interfaces by OSID.
      Returns:
      a list of OSID interfaces
    • addEnumeration

      protected static void addEnumeration(OsidEnumeration enumeration)
      Adds an OSID enumeration.
      Parameters:
      enumeration - an OSID enumeration