Uses of Class
org.osid.meta.OsidInterface
Packages that use OsidInterface
-
Uses of OsidInterface in org.osid.meta
Methods in org.osid.meta that return OsidInterfaceModifier and TypeMethodDescriptionOsid.getInterface(String name) Gets an interface defined in this Osid.static OsidInterfaceOsidInterfaces.getInterface(String name) Looks up an OSID interface by name.Methods in org.osid.meta that return types with arguments of type OsidInterfaceModifier and TypeMethodDescriptionOsid.getInterfaces()Gets all interfaces defined in this Osid.static Collection<OsidInterface> OsidInterfaces.getInterfaces()Looks up OSID interfaces by OSID.Methods in org.osid.meta with parameters of type OsidInterfaceModifier and TypeMethodDescriptionvoidOsid.addInterface(OsidInterface iface) Adds an interface to this osid.protected static voidOsidInterfaces.addInterface(OsidInterface iface) Adds an OSID interface.