Class OsidInterfaces
java.lang.Object
org.osid.meta.OsidInterfaces
Loads and stores the OSIDs.
Generated by the Java Meta OSID Binder at Mon May 18 20:46:40 EDT 2026
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidaddEnumeration(OsidEnumeration enumeration) Adds an OSID enumeration.protected static voidaddInterface(OsidInterface iface) Adds an OSID interface.static OsidEnumerationgetEnumeration(String name) Looks up an OSID enumeration by name.static Collection<OsidEnumeration> Looks up OSID interfaces by OSID.static OsidInterfacegetInterface(String name) Looks up an OSID interface by name.static Collection<OsidInterface> Looks up OSID interfaces by OSID.
-
Constructor Details
-
OsidInterfaces
public OsidInterfaces()
-
-
Method Details
-
getInterface
Looks up an OSID interface by name.- Parameters:
name- name of an OSID interface- Returns:
- an
OsidInterfaceornullif not found
-
getInterfaces
Looks up OSID interfaces by OSID.- Returns:
- a list of OSID interfaces
-
addInterface
Adds an OSID interface.- Parameters:
iface- an OSID interface
-
getEnumeration
Looks up an OSID enumeration by name.- Parameters:
name- name of an OSID interface- Returns:
- an
OsidEnumerationornullif not found
-
getEnumerations
Looks up OSID interfaces by OSID.- Returns:
- a list of OSID interfaces
-
addEnumeration
Adds an OSID enumeration.- Parameters:
enumeration- an OSID enumeration
-