Esri Geoportal Server
1.0

com.esri.gpt.server.csw.provider.components
Interface ISupportedValues

All Known Implementing Classes:
AnySupportedValues, NoSupportedValues, SupportedValues

public interface ISupportedValues

Interface defining the supported values for a parameter.


Method Summary
 String getSupportedValue(String requestedValue)
          Gets the supported value associated with a requested value.
 boolean isValueSupported(String value)
          Determines if a requested value is supported.
 

Method Detail

getSupportedValue

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

Parameters:
requestedValue - the requested value
Returns:
the supported value (null if unsupported)

isValueSupported

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

Returns:
true if the value is supported

Esri Geoportal Server
1.0

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