Class Properties
- java.lang.Object
-
- edu.indiana.lib.osid.base.repository.Properties
-
- edu.indiana.lib.osid.base.repository.http.Properties
-
- All Implemented Interfaces:
Serializable,org.osid.shared.Properties
public class Properties extends Properties
- Version:
- Author:
- Massachusetts Institute of Techbology, Sakai Software Development Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Properties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osid.shared.ObjectIteratorgetKeys()SerializablegetProperty(Serializable key)org.osid.shared.TypegetType()
-
-
-
Method Detail
-
getKeys
public org.osid.shared.ObjectIterator getKeys() throws org.osid.shared.SharedException- Specified by:
getKeysin interfaceorg.osid.shared.Properties- Overrides:
getKeysin classProperties- Throws:
org.osid.shared.SharedException
-
getProperty
public Serializable getProperty(Serializable key) throws org.osid.shared.SharedException
- Specified by:
getPropertyin interfaceorg.osid.shared.Properties- Overrides:
getPropertyin classProperties- Throws:
org.osid.shared.SharedException
-
getType
public org.osid.shared.Type getType() throws org.osid.shared.SharedException- Specified by:
getTypein interfaceorg.osid.shared.Properties- Overrides:
getTypein classProperties- Throws:
org.osid.shared.SharedException
-
-