|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<OdiProcedureLine.LogCounter>
oracle.odi.domain.project.OdiProcedureLine.LogCounter
public static enum OdiProcedureLine.LogCounter
Internal Enum that represents the different log counter type an OdiProcedureLine can use.
DELETE: execution will increment the DELETE counter
ERROR: execution will increment the ERROR counter
INSERT: execution will increment the INSERT counter
NONE: execution will increment no counter
| Enum Constant Summary | |
|---|---|
DELETEExecution will increment the DELETE counter. |
|
ERRORExecution will increment the ERROR counter. |
|
INSERTExecution will increment the INSERT counter. |
|
NONEExecution will increment no counter. |
|
UPDATEExecution will increment the UPDATE counter. |
|
| Method Summary | |
|---|---|
static OdiProcedureLine.LogCounter |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static OdiProcedureLine.LogCounter[] |
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 OdiProcedureLine.LogCounter DELETE
public static final OdiProcedureLine.LogCounter ERROR
public static final OdiProcedureLine.LogCounter UPDATE
public static final OdiProcedureLine.LogCounter INSERT
public static final OdiProcedureLine.LogCounter NONE
| Method Detail |
|---|
public static OdiProcedureLine.LogCounter[] values()
for (OdiProcedureLine.LogCounter c : OdiProcedureLine.LogCounter.values())
System.out.println(c);
public static OdiProcedureLine.LogCounter 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.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||