com.sun.mdm.index.edm.services.configuration
Class NameValuePair

java.lang.Object
  extended bycom.sun.mdm.index.edm.services.configuration.NameValuePair
All Implemented Interfaces:
java.io.Serializable

public class NameValuePair
extends java.lang.Object
implements java.io.Serializable

Name value pairs

See Also:
Serialized Form

Constructor Summary
NameValuePair(java.lang.String name, java.lang.String value)
          Creates a new instance of the NameValuePair class
 
Method Summary
 java.lang.String getDisplayName()
          Getter for the mName attribute
 java.lang.String getValue()
          Getter for the mValue attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameValuePair

public NameValuePair(java.lang.String name,
                     java.lang.String value)
Creates a new instance of the NameValuePair class

Parameters:
name - The Name component of this NameValue pair.
value - The Value component of this NameValue pair.
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Getter for the mName attribute

Returns:
The Name component of this Name/Value pair.

getValue

public java.lang.String getValue()
Getter for the mValue attribute

Returns:
The Value component of this Name/Value pair.


Sun Microsystems, Inc.