|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.csw.provider.components.NoSupportedValues
public class NoSupportedValues
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 |
---|
public NoSupportedValues()
Method Detail |
---|
public String getSupportedValue(String requestedValue)
getSupportedValue
in interface ISupportedValues
requestedValue
- the requested value
null
public boolean isValueSupported(String requestedValue)
isValueSupported
in interface ISupportedValues
requestedValue
- the requested value
false
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |