|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.search.SearchParameterMap.Value
public class SearchParameterMap.Value
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 |
---|
public SearchParameterMap.Value(String paramValue, String paramInfo)
paramValue
- the param valueparamInfo
- the param infopublic SearchParameterMap.Value(String paramValue)
paramValue
- the param valueMethod Detail |
---|
public String getParamValue()
public void setParamValue(String value)
value
- the new valuepublic String getInfo()
public void setParamInfo(String info)
info
- the new infopublic boolean equals(Object obj)
equals
in class Object
obj
- Object to be evaluated
public String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |