|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.lang.Enum
ca.infoway.messagebuilder.lang.EnumPattern
ca.infoway.messagebuilder.domainvalue.payload.QueryResponse
public class QueryResponse
The Enum QueryResponse. Values in this domain allow a query response system to return a precise response status.
Field Summary | |
---|---|
static QueryResponse |
APPLICATION_ERROR
|
static QueryResponse |
DATA_FOUND
|
static QueryResponse |
NO_DATA_FOUND
|
static QueryResponse |
QUERY_PARAMETER_ERROR
|
Fields inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR |
Method Summary | |
---|---|
String |
getCodeSystem()
Gets the code system. |
String |
getCodeValue()
Gets the code value. |
boolean |
isError()
Checks if is error. |
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern |
---|
getEnumConstants, isEnum, name, toString, valueOf, values |
Methods inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QueryResponse APPLICATION_ERROR
public static final QueryResponse NO_DATA_FOUND
public static final QueryResponse DATA_FOUND
public static final QueryResponse QUERY_PARAMETER_ERROR
Method Detail |
---|
public String getCodeSystem()
Gets the code system.
getCodeSystem
in interface Code
public String getCodeValue()
Gets the code value.
getCodeValue
in interface Code
public boolean isError()
Checks if is error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |