Esri Geoportal Server
1.0

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

java.lang.Object
  extended by com.esri.gpt.server.csw.provider.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.
 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

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

Esri Geoportal Server
1.0

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