Oracle Fusion Middleware
Java API Reference for Oracle PDK Java
11g Release 1 (11.1.1)
E10691-01

oracle.portal.utils.v2
Class NameValuePair

java.lang.Object
  extended by oracle.portal.utils.NameValue
      extended by oracle.portal.utils.v2.NameValuePair

Deprecated. This class has been replaced with NameValue which is in an unversioned package. The functionality of the replacement is identical.

public class NameValuePair
extends NameValue

Utility class for storing and retrieving a name-value pair. The name and the value are stored as String objects. Users of this utility class are expected to carry out any validation they require.


Constructor Summary
NameValuePair()
          Deprecated.  
NameValuePair(java.lang.String name, java.lang.String value)
          Deprecated.  
 
Method Summary
 
Methods inherited from class oracle.portal.utils.NameValue
getName, getValue, setName, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameValuePair

public NameValuePair()
Deprecated. 

NameValuePair

public NameValuePair(java.lang.String name,
                     java.lang.String value)
Deprecated. 

Oracle Fusion Middleware
Java API Reference for Oracle PDK Java
11g Release 1 (11.1.1)
E10691-01

Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.