|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.String>
org.pfsw.tools.cda.darc.ParameterMap
public class ParameterMap
Container for an arbitrary amount of key/value pairs.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
ParameterMap()
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
boolean |
isError()
Returns true if this parameter map has been set to represent an error. |
boolean |
isOk()
Returns true if this parameter map has been set to represent a success. |
boolean |
isUndefined()
Returns true if this parameter map has been set to represent an error. |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Constructor Detail |
|---|
public ParameterMap()
| Method Detail |
|---|
public boolean isOk()
isOk in interface IParameterMappublic boolean isError()
isError in interface IParameterMappublic boolean isUndefined()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||