|
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,Code> com.esri.gpt.catalog.schema.Codes
public class Codes
Defines a code collection.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
Codes()
Default constructor. |
|
Codes(Codes objectToDuplicate)
Construct by duplicating an existing object. |
Method Summary | |
---|---|
void |
add(Code member)
Adds a member to the collection. |
String |
lookupDisplayValue(MessageBroker messageBroker,
String key)
Looks up the display value for a code. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.util.LinkedHashMap |
---|
clear, containsValue, get, removeEldestEntry |
Methods inherited from class java.util.HashMap |
---|
clone, containsKey, entrySet, isEmpty, keySet, put, 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 |
---|
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
---|
public Codes()
public Codes(Codes objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public void add(Code member)
member
- the member to addpublic String lookupDisplayValue(MessageBroker messageBroker, String key)
messageBroker
- the message brokerkey
- the code key
public String toString()
toString
in class AbstractMap<String,Code>
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |