com.plumtree.remote.util
Class UserPrefs

java.lang.Object
  extended bycom.plumtree.remote.util.NamedValueMap
      extended bycom.plumtree.remote.util.UserPrefs

public class UserPrefs
extends NamedValueMap

A NamedValueMap for storing user preferences.


Constructor Summary
UserPrefs()
          Default constructor.
UserPrefs(NamedValue[] nvArray)
          Valued constructor.
 
Methods inherited from class com.plumtree.remote.util.NamedValueMap
fromArray, get, put, put, remove, remove, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserPrefs

public UserPrefs()
Default constructor.


UserPrefs

public UserPrefs(NamedValue[] nvArray)
Valued constructor.



For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.