|
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.server.csw.provider.components.SupportedValues
public class SupportedValues
Holds a set of supported values associated with a request parameter.
Constructor Summary | |
---|---|
SupportedValues()
Default constructor |
|
SupportedValues(String tokens,
String delimiter)
Constructs the set of supported values from a delimited string. |
Method Summary | |
---|---|
String |
getSupportedValue(String requestedValue)
Gets the supported value associated with a requested value. |
boolean |
isValueSupported(String requestedValue)
Determines if a requested value is supported. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportedValues()
public SupportedValues(String tokens, String delimiter)
tokens
- the delimited string to tokenizedelimiter
- the delimiterMethod Detail |
---|
public String getSupportedValue(String requestedValue)
getSupportedValue
in interface ISupportedValues
requestedValue
- the requested value
public boolean isValueSupported(String requestedValue)
isValueSupported
in interface ISupportedValues
requestedValue
- the requested value
true
if the value is supported
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |