|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<OdiCaseWhen.ComparisonOperator>
oracle.odi.domain.runtime.loadplan.OdiCaseWhen.ComparisonOperator
public static enum OdiCaseWhen.ComparisonOperator
Comparisons possible for the OdiLoadPlanVariable defined on the parent OdiLoadPlanStepCase.
OdiCaseWhen.#getTestOperator(), OdiCaseWhen.#setTestOperator(ComparisonOperator)| Enum Constant Summary | |
|---|---|
DIFFERENT<> Different |
|
EQUALS= Equals |
|
GREATER_THAN> Greater Than |
|
GREATER_THAN_OR_EQUAL>= Greater than or equal |
|
IS_NOT_NULLIs Not Null |
|
IS_NULLIs Null |
|
LESS_THAN< Less Than |
|
LESS_THAN_OR_EQUAL<= Less than or equal |
|
| Method Summary | |
|---|---|
static OdiCaseWhen.ComparisonOperator |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static OdiCaseWhen.ComparisonOperator[] |
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 OdiCaseWhen.ComparisonOperator LESS_THAN
public static final OdiCaseWhen.ComparisonOperator LESS_THAN_OR_EQUAL
public static final OdiCaseWhen.ComparisonOperator DIFFERENT
public static final OdiCaseWhen.ComparisonOperator EQUALS
public static final OdiCaseWhen.ComparisonOperator GREATER_THAN
public static final OdiCaseWhen.ComparisonOperator GREATER_THAN_OR_EQUAL
public static final OdiCaseWhen.ComparisonOperator IS_NOT_NULL
public static final OdiCaseWhen.ComparisonOperator IS_NULL
| Method Detail |
|---|
public static OdiCaseWhen.ComparisonOperator[] values()
for (OdiCaseWhen.ComparisonOperator c : OdiCaseWhen.ComparisonOperator.values())
System.out.println(c);
public static OdiCaseWhen.ComparisonOperator 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.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||