uk.ac.soton.itinnovation.registry.icomponent.search.object
Class ParameterValue

java.lang.Object
  extended by uk.ac.soton.itinnovation.registry.icomponent.search.object.ParameterValue

public final class ParameterValue
extends Object

This class is a container for (parameter, value) pairs.

Author:
Uwe Radetzki

Field Summary
 String name
           
 String value
           
 
Constructor Summary
ParameterValue()
           
ParameterValue(String name, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

value

public String value
Constructor Detail

ParameterValue

public ParameterValue()

ParameterValue

public ParameterValue(String name,
                      String value)


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.