ariba.util.core
Class NamedValue

java.lang.Object
  extended by ariba.util.core.NamedValue

public class NamedValue
extends java.lang.Object

Simple class to store a simple pair name/value


Constructor Summary
NamedValue(java.lang.String name, java.lang.Object value)
          Constructs a new NamedValue object
 
Method Summary
 java.lang.String getName()
          Returns the name of this NamedValue
 java.lang.Object getValue()
          Returns the value of this NamedValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedValue

public NamedValue(java.lang.String name,
                  java.lang.Object value)
Constructs a new NamedValue object

Parameters:
name - the name of the NamedValue
value - the value
Method Detail

getName

public java.lang.String getName()
Returns the name of this NamedValue


getValue

public java.lang.Object getValue()
Returns the value of this NamedValue



AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.