ariba.util.core
Class NamedValue

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

public class NamedValue
extends Object

Simple class to store a simple pair name/value


Constructor Summary
NamedValue(String name, Object value)
          Constructs a new NamedValue object
 
Method Summary
 String getName()
          Returns the name of this NamedValue
 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(String name,
                  Object value)
Constructs a new NamedValue object

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

getName

public String getName()
Returns the name of this NamedValue


getValue

public Object getValue()
Returns the value of this NamedValue



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