Esri Geoportal Server
1.0

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

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

public class NoSupportedValues
extends Object
implements ISupportedValues

A collection where no values are supported.


Constructor Summary
NoSupportedValues()
          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

NoSupportedValues

public NoSupportedValues()
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:
always null

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 false

Esri Geoportal Server
1.0

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