| 
 | Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.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 QUEUE
public static final OdiDataStore.DataStoreType SYNONYM
public static final OdiDataStore.DataStoreType SYSTEM_TABLE
public static final OdiDataStore.DataStoreType TABLE
public static final OdiDataStore.DataStoreType TABLE_ALIAS
public static final OdiDataStore.DataStoreType VIEW
| Method Detail | 
|---|
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 name
java.lang.NullPointerException - if the argument is nullpublic static OdiDataStore.DataStoreType[] values()
for (OdiDataStore.DataStoreType c : OdiDataStore.DataStoreType.values()) System.out.println(c);
| 
 | Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||