Esri Geoportal Server
1.0

com.esri.gpt.catalog.search
Class SearchParameterMap.Value

java.lang.Object
  extended by com.esri.gpt.catalog.search.SearchParameterMap.Value
Enclosing class:
SearchParameterMap

public class SearchParameterMap.Value
extends Object

The Class Value. Used as the Map value parameter


Constructor Summary
SearchParameterMap.Value(String paramValue)
          Instantiates a new value.
SearchParameterMap.Value(String paramValue, String paramInfo)
          Instantiates a new value.
 
Method Summary
 boolean equals(Object obj)
          Checks equality of argument object
 String getInfo()
          Gets the additional parameter info.
 String getParamValue()
          Gets the value.
 void setParamInfo(String info)
          Sets the additional parameter info.
 void setParamValue(String value)
          Sets the value.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchParameterMap.Value

public SearchParameterMap.Value(String paramValue,
                                String paramInfo)
Instantiates a new value.

Parameters:
paramValue - the param value
paramInfo - the param info

SearchParameterMap.Value

public SearchParameterMap.Value(String paramValue)
Instantiates a new value.

Parameters:
paramValue - the param value
Method Detail

getParamValue

public String getParamValue()
Gets the value.

Returns:
the value (trimmed, never null)

setParamValue

public void setParamValue(String value)
Sets the value.

Parameters:
value - the new value

getInfo

public String getInfo()
Gets the additional parameter info.

Returns:
the info (trimmed, never null)

setParamInfo

public void setParamInfo(String info)
Sets the additional parameter info.

Parameters:
info - the new info

equals

public boolean equals(Object obj)
Checks equality of argument object

Overrides:
equals in class Object
Parameters:
obj - Object to be evaluated
Returns:
true of false on evaluation

toString

public String toString()
Overrides:
toString in class Object
Returns:
this in string form

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.