com.esri.gpt.catalog.discovery
Class AliasedDiscoverables
java.lang.Object
  
java.util.AbstractMap<K,V>
      
java.util.HashMap<K,V>
          
java.util.LinkedHashMap<String,T>
              
com.esri.gpt.framework.collection.CaseInsensitiveMap<Discoverable>
                  
com.esri.gpt.catalog.discovery.AliasedDiscoverables
- All Implemented Interfaces: 
 - Serializable, Cloneable, Map<String,Discoverable>
 
public class AliasedDiscoverables
- extends CaseInsensitiveMap<Discoverable>
 
A map of discoverable properties keyed on alias names.
- See Also:
 - Serialized Form
 
 
 
 
| 
Method Summary | 
 void | 
echo(StringBuffer sb)
 
          Appends property information for the component to a buffer. | 
 String | 
toString()
 
          Returns the string representation of the object. | 
 
 
 
 
 
 
 
AliasedDiscoverables
public AliasedDiscoverables()
- Default constructor.
 
echo
public void echo(StringBuffer sb)
- Appends property information for the component to a buffer.
- Parameters:
 sb - the buffer to use when appending information
 
 
toString
public String toString()
- Returns the string representation of the object.
- Overrides:
 toString in class CaseInsensitiveMap<Discoverable>
 
- Returns:
 - the string
 
 
 
        Copyright 2011 Environmental Systems Research Institute. 
	 All rights reserved. 
	 Use is subject to 
license terms.