|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<CheckResponse.Response>
oracle.odi.interfaces.data.CheckResponse.Response
public static enum CheckResponse.Response
An enumeration of the possible response results from checking an expression.
| Enum Constant Summary | |
|---|---|
CONNECTION_NOT_FOUND_ERRORNot used. |
|
COULD_NOT_CONNECT_ERRORThe required database connection could not be made. |
|
DB_ERRORA database error occurred when checking the expression. |
|
INTERNAL_ERRORAn internal error occurred when checking the expression. |
|
OKThe expression is correct. |
|
| Method Summary | |
|---|---|
static CheckResponse.Response |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static CheckResponse.Response[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CheckResponse.Response OK
public static final CheckResponse.Response INTERNAL_ERROR
public static final CheckResponse.Response DB_ERROR
public static final CheckResponse.Response CONNECTION_NOT_FOUND_ERROR
public static final CheckResponse.Response COULD_NOT_CONNECT_ERROR
| Method Detail |
|---|
public static CheckResponse.Response[] values()
for (CheckResponse.Response c : CheckResponse.Response.values())
System.out.println(c);
public static CheckResponse.Response valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||