Class SharedProperties

  • All Implemented Interfaces:
    Serializable, org.osid.shared.Properties

    public class SharedProperties
    extends Object
    implements org.osid.shared.Properties
    See Also:
    Serialized Form
    • Constructor Detail

      • SharedProperties

        public SharedProperties()
                         throws org.osid.shared.SharedException
        Throws:
        org.osid.shared.SharedException
      • SharedProperties

        public SharedProperties​(Map map,
                                org.osid.shared.Type type)
                         throws org.osid.shared.SharedException
        Throws:
        org.osid.shared.SharedException
    • Method Detail

      • getKeys

        public org.osid.shared.ObjectIterator getKeys()
                                               throws org.osid.shared.SharedException
        Specified by:
        getKeys in interface org.osid.shared.Properties
        Throws:
        org.osid.shared.SharedException
      • getProperty

        public Serializable getProperty​(Serializable key)
                                 throws org.osid.shared.SharedException
        Specified by:
        getProperty in interface org.osid.shared.Properties
        Throws:
        org.osid.shared.SharedException
      • getType

        public org.osid.shared.Type getType()
                                     throws org.osid.shared.SharedException
        Specified by:
        getType in interface org.osid.shared.Properties
        Throws:
        org.osid.shared.SharedException