Esri Geoportal Server
1.0

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

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<String,T>
              extended by com.esri.gpt.framework.collection.CaseInsensitiveMap<SupportedParameter>
                  extended by com.esri.gpt.server.csw.provider.components.SupportedParameters
All Implemented Interfaces:
Serializable, Cloneable, Map<String,SupportedParameter>

public class SupportedParameters
extends CaseInsensitiveMap<SupportedParameter>

A map of supported parameters.

The map is keyed on parameter name.

See Also:
Serialized Form

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

SupportedParameters

public SupportedParameters()
Default constructor

Method Detail

add

public void add(SupportedParameter member)
Adds an member to the collection.

Parameters:
member - the member to add

Esri Geoportal Server
1.0

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