Esri Geoportal Server
1.2.9

com.esri.gpt.server.csw.components
Class AnySupportedValues

java.lang.Object
  extended by com.esri.gpt.server.csw.components.AnySupportedValues
All Implemented Interfaces:
ISupportedValues

public class AnySupportedValues
extends Object
implements ISupportedValues

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

AnySupportedValues

public AnySupportedValues()
Default constructor

Method Detail

getSupportedValue

public String getSupportedValue(String requestedValue)
Gets the supported value associated with a requested value.

Specified by:
getSupportedValue in interface ISupportedValues
Parameters:
requestedValue - the requested value
Returns:
the supplied value is always returned

isValueSupported

public boolean isValueSupported(String requestedValue)
Determines if a requested value is supported.

Specified by:
isValueSupported in interface ISupportedValues
Parameters:
requestedValue - the requested value
Returns:
always true

getSupportedValueCs

public String getSupportedValueCs(String requestedValue)
Description copied from interface: ISupportedValues
Gets the supported value associated with a requested value (case sensitive).

Specified by:
getSupportedValueCs in interface ISupportedValues
Parameters:
requestedValue - the requested value
Returns:
the supported value (null if unsupported)

isValueSupportedCs

public boolean isValueSupportedCs(String value)
Description copied from interface: ISupportedValues
Determines if a requested value is supported (case sensitive).

Specified by:
isValueSupportedCs in interface ISupportedValues
Returns:
true if the value is supported

Esri Geoportal Server
1.2.9

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