| 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.csw.provider.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.  | 
 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 | 
|---|
public AnySupportedValues()
| Method Detail | 
|---|
public String getSupportedValue(String requestedValue)
getSupportedValue in interface ISupportedValuesrequestedValue - the requested value
public boolean isValueSupported(String requestedValue)
isValueSupported in interface ISupportedValuesrequestedValue - the requested value
true
  | 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||