|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.HashMap<K,V> java.util.LinkedHashMap<String,T> com.esri.gpt.framework.collection.CaseInsensitiveMap<SupportedParameter> com.esri.gpt.server.csw.provider.components.SupportedParameters
public class SupportedParameters
A map of supported parameters.
The map is keyed on parameter name.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
SupportedParameters()
Default constructor |
Method Summary | |
---|---|
void |
add(SupportedParameter member)
Adds an member to the collection. |
Methods inherited from class com.esri.gpt.framework.collection.CaseInsensitiveMap |
---|
containsKey, get, getAllowEmptyKey, put, toString |
Methods inherited from class java.util.LinkedHashMap |
---|
clear, containsValue, removeEldestEntry |
Methods inherited from class java.util.HashMap |
---|
clone, entrySet, isEmpty, keySet, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
entrySet, equals, hashCode, isEmpty, keySet, putAll, remove, size, values |
Constructor Detail |
---|
public SupportedParameters()
Method Detail |
---|
public void add(SupportedParameter member)
member
- the member to add
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |