edu.mit.stellar.images
Class SharedProperties
java.lang.Object
edu.mit.stellar.images.SharedProperties
- All Implemented Interfaces:
- org.osid.shared.Properties, java.io.Serializable
- public class SharedProperties
- extends java.lang.Object
- implements org.osid.shared.Properties
- See Also:
- Serialized Form
|
Method Summary |
org.osid.shared.ObjectIterator |
getKeys()
|
java.io.Serializable |
getProperty(java.io.Serializable key)
|
org.osid.shared.Type |
getType()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharedProperties
public SharedProperties()
throws org.osid.shared.SharedException
SharedProperties
public SharedProperties(java.util.Map map,
org.osid.shared.Type type)
throws org.osid.shared.SharedException
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 java.io.Serializable getProperty(java.io.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
Copyright 2005-2005-2006 MIT AMPS. All Rights Reserved.