Dictionary provides support for adding, removing, and getting entries by
Dictionary name and domain and then by tag. A tag is a String that is used to identify an entry. This could be welcome_message, xyzDialog, etc. The entry is a serializable object stored and retrieved with the Dictionary, for example the text of the welcome_message or the dialog resource for xyzDialog. The domain identifies the context for the Dictionary. This could be java.util.Locale that is a designation that varies by country, language, or other context.
<p> OSID Version: 2.0 </p>
<p> Licensed under the org.osid.SidImplementationLicenseMIT. </p>
Located in /harmoni/oki2/osid/dictionary/Dictionary.php (line 24)
Add an entry, a string-tag / serializable-value pair, to this Dictionary. If the tag is already used, the new value overwrites the old or this can be an error.
Get the domain of this Dictionary. The domain identifies the context for the Dictionary. This could be java.util.Locale that is a designation that varies by country, language, or other context.
Get the entry in this Dictionary that corresponds to the specified tag.
Get all the tags in this Dictionary. Iterators return a set, one at a time.
Remove the specified entry, a string-tag / serializable-value pair, from this Dictionary.
Update the description for this Dictionary.
Update the display name for this Dictionary.
Documentation generated on Wed, 19 Sep 2007 10:22:43 -0400 by phpDocumentor 1.3.0RC3