|
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<Expression.SqlGroupType>
oracle.odi.domain.xrefs.expression.Expression.SqlGroupType
public static enum Expression.SqlGroupType
Type safe enumeration that represents SQL group function type an Expression can hold. An Expression can use one of the following group type:
| Enum Constant Summary | |
|---|---|
CONSTANTSQL constant. |
|
GROUPSQL group function. |
|
NONENo SQL group. |
|
| Method Summary | |
|---|---|
static Expression.SqlGroupType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static Expression.SqlGroupType[] |
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 Expression.SqlGroupType CONSTANT
public static final Expression.SqlGroupType GROUP
public static final Expression.SqlGroupType NONE
| Method Detail |
|---|
public static Expression.SqlGroupType[] values()
for (Expression.SqlGroupType c : Expression.SqlGroupType.values())
System.out.println(c);
public static Expression.SqlGroupType 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 | |||||||||