|
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<OdiSubModel.DistributionRule>
oracle.odi.domain.model.OdiSubModel.DistributionRule
public static enum OdiSubModel.DistributionRule
Defines data store distribution rule that apply to an OdiSubModel. Possible distribution rule is one of the following:
| Enum Constant Summary | |
|---|---|
ALL_SUB_MODELSData stores from all sub models are taken in account. |
|
GLOBAL_SUB_MODELOnly data stores from global sub model are taken in account. |
|
NO_DISTRIBUTIONNo data store is taken in account. |
|
| Method Summary | |
|---|---|
static OdiSubModel.DistributionRule |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static OdiSubModel.DistributionRule[] |
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 OdiSubModel.DistributionRule NO_DISTRIBUTION
public static final OdiSubModel.DistributionRule GLOBAL_SUB_MODEL
public static final OdiSubModel.DistributionRule ALL_SUB_MODELS
| Method Detail |
|---|
public static OdiSubModel.DistributionRule[] values()
for (OdiSubModel.DistributionRule c : OdiSubModel.DistributionRule.values())
System.out.println(c);
public static OdiSubModel.DistributionRule 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 | |||||||||