|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.server.csw.components.SupportedValues
public class SupportedValues
Holds a set of supported values associated with a request parameter.
Constructor Summary | |
---|---|
SupportedValues()
Default constructor |
|
SupportedValues(Collection<String> tokens)
Constructs the set of supported values from collections of tokens. |
|
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. |
String |
getSupportedValueCs(String requestedValue)
Gets the supported value associated with a requested value (case sensitive). |
boolean |
isValueSupported(String requestedValue)
Determines if a requested value is supported. |
boolean |
isValueSupportedCs(String requestedValue)
Determines if a requested value is supported (case sensitive). |
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 delimiterpublic SupportedValues(Collection<String> tokens)
tokens
- collection of tokensMethod Detail |
---|
public String getSupportedValue(String requestedValue)
getSupportedValue
in interface ISupportedValues
requestedValue
- the requested value
public String getSupportedValueCs(String requestedValue)
getSupportedValueCs
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 supportedpublic boolean isValueSupportedCs(String requestedValue)
isValueSupportedCs
in interface ISupportedValues
requestedValue
- the requested value
true
if the value is supported
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |