|
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.AnySupportedValues
public class AnySupportedValues
A collection where any value is supported.
Constructor Summary | |
---|---|
AnySupportedValues()
Default constructor |
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 value)
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 AnySupportedValues()
Method 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
public String getSupportedValueCs(String requestedValue)
ISupportedValues
getSupportedValueCs
in interface ISupportedValues
requestedValue
- the requested value
public boolean isValueSupportedCs(String value)
ISupportedValues
isValueSupportedCs
in interface ISupportedValues
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 |