| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
  
java.lang.Enum<EffectiveDateRangeMode>
      
oracle.jbo.server.EffectiveDateRangeMode
public enum EffectiveDateRangeMode
Below are supported range mode values:
SET_LOGICAL_STARTSET_LOGICAL_ENDSET_EFFECTIVE_STARTSET_EFFECTIVE_ENDREPLACE_CORRECTIONREPLACE_UPDATEZAPDELETE_CHANGES| Enum Constant Summary | |
|---|---|
DELETE_CHANGESRSD RED  | 
|
RECONCILE_CORRECTIONRSD RED  | 
|
RECONCILE_UPDATERSD RED  | 
|
REPLACE_CORRECTIONRSD RED  | 
|
REPLACE_UPDATERSD RED  | 
|
SET_EFFECTIVE_ENDRSD RED  | 
|
SET_EFFECTIVE_STARTRSD RED  | 
|
SET_LOGICAL_ENDRSD RED  | 
|
SET_LOGICAL_STARTRSD RED  | 
|
ZAPRSD RED  | 
|
| Method Summary | |
|---|---|
static EffectiveDateRangeMode | 
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.  | 
static EffectiveDateRangeMode[] | 
values()Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods inherited from class java.lang.Enum | 
|---|
clone, compareTo, equals, finalize, 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 EffectiveDateRangeMode SET_LOGICAL_START
                          RSD            RED                                      
                           v              v                                       
[-A-----------|-B----------|-C------------|-D---------------> Before
                       [-E-|-E--------|-C-|-D---------------> SET_LOGICAL_START   
public static final EffectiveDateRangeMode SET_LOGICAL_END
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before
[-A-----------|-B------|-E-|-E--------] SET_LOGICAL_END
public static final EffectiveDateRangeMode SET_EFFECTIVE_START
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before
[-A--------------------|-E-|-E--------|-C-|-D---------------> SET_EFFECTIVE_START
public static final EffectiveDateRangeMode SET_EFFECTIVE_END
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before
[-A-----------|-B------|-E-|-E--------|-D-------------------> SET_EFFECTIVE_END
public static final EffectiveDateRangeMode REPLACE_CORRECTION
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before
[-A-----------|-E-------------------------|-D---------------> REPLACE_CORRECTION
public static final EffectiveDateRangeMode REPLACE_UPDATE
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before
[-A-----------|-B------|-E------------|-C-|-D---------------> REPLACE_UPDATE
public static final EffectiveDateRangeMode RECONCILE_CORRECTION
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before
[-A-----------|-E----------|-E------------|-D---------------> RECONCILE_CORRECTION
public static final EffectiveDateRangeMode RECONCILE_UPDATE
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before
[-A-----------|-B------|-E-|-E--------|-C-|-D---------------> RECONCILE_UPDATE
public static final EffectiveDateRangeMode ZAP
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before
< Logical Row Zapped/Deleted > ZAP
public static final EffectiveDateRangeMode DELETE_CHANGES
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before
[-A-----------|-B-------------------------|-D---------------> DELETE_CHANGES
| Method Detail | 
|---|
public static EffectiveDateRangeMode[] values()
for (EffectiveDateRangeMode c : EffectiveDateRangeMode.values())
    System.out.println(c);
public static EffectiveDateRangeMode 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 Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||