|
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<OdiDataStore.DataStoreType>
oracle.odi.domain.model.OdiDataStore.DataStoreType
public static enum OdiDataStore.DataStoreType
Defines the type of a datastore.
| Enum Constant Summary | |
|---|---|
QUEUEA JMS Queue. |
|
SYNONYMA synonim. |
|
SYSTEM_TABLEA system table. |
|
TABLEA table. |
|
TABLE_ALIASA table alias. |
|
VIEWA RDBMS view. |
|
| Method Summary | |
|---|---|
static OdiDataStore.DataStoreType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static OdiDataStore.DataStoreType[] |
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 OdiDataStore.DataStoreType TABLE
public static final OdiDataStore.DataStoreType VIEW
public static final OdiDataStore.DataStoreType SYSTEM_TABLE
public static final OdiDataStore.DataStoreType TABLE_ALIAS
public static final OdiDataStore.DataStoreType SYNONYM
public static final OdiDataStore.DataStoreType QUEUE
| Method Detail |
|---|
public static OdiDataStore.DataStoreType[] values()
for (OdiDataStore.DataStoreType c : OdiDataStore.DataStoreType.values())
System.out.println(c);
public static OdiDataStore.DataStoreType 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 | |||||||||