Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo.server
Enum EffectiveDateRangeMode

java.lang.Object
  extended by java.lang.Enum<EffectiveDateRangeMode>
      extended by oracle.jbo.server.EffectiveDateRangeMode

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EffectiveDateRangeMode>

public enum EffectiveDateRangeMode
extends java.lang.Enum<EffectiveDateRangeMode>

Below are supported range mode values:


Enum Constant Summary
DELETE_CHANGES
           RSD RED
RECONCILE_CORRECTION
           RSD RED
RECONCILE_UPDATE
           RSD RED
REPLACE_CORRECTION
           RSD RED
REPLACE_UPDATE
           RSD RED
SET_EFFECTIVE_END
           RSD RED
SET_EFFECTIVE_START
           RSD RED
SET_LOGICAL_END
           RSD RED
SET_LOGICAL_START
           RSD RED
ZAP
           RSD 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

SET_LOGICAL_START

public static final EffectiveDateRangeMode SET_LOGICAL_START
                          RSD            RED                                      
                           v              v                                       
[-A-----------|-B----------|-C------------|-D---------------> Before              
                       [-E-|-E--------|-C-|-D---------------> SET_LOGICAL_START   

SET_LOGICAL_END

public static final EffectiveDateRangeMode SET_LOGICAL_END
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before              
[-A-----------|-B------|-E-|-E--------]                       SET_LOGICAL_END     

SET_EFFECTIVE_START

public static final EffectiveDateRangeMode SET_EFFECTIVE_START
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before              
[-A--------------------|-E-|-E--------|-C-|-D---------------> SET_EFFECTIVE_START 

SET_EFFECTIVE_END

public static final EffectiveDateRangeMode SET_EFFECTIVE_END
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before              
[-A-----------|-B------|-E-|-E--------|-D-------------------> SET_EFFECTIVE_END   

REPLACE_CORRECTION

public static final EffectiveDateRangeMode REPLACE_CORRECTION
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before              
[-A-----------|-E-------------------------|-D---------------> REPLACE_CORRECTION  

REPLACE_UPDATE

public static final EffectiveDateRangeMode REPLACE_UPDATE
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before              
[-A-----------|-B------|-E------------|-C-|-D---------------> REPLACE_UPDATE      

RECONCILE_CORRECTION

public static final EffectiveDateRangeMode RECONCILE_CORRECTION
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before              
[-A-----------|-E----------|-E------------|-D---------------> RECONCILE_CORRECTION

RECONCILE_UPDATE

public static final EffectiveDateRangeMode RECONCILE_UPDATE
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before              
[-A-----------|-B------|-E-|-E--------|-C-|-D---------------> RECONCILE_UPDATE    

ZAP

public static final EffectiveDateRangeMode ZAP
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before              
< Logical Row Zapped/Deleted >                                ZAP                 

DELETE_CHANGES

public static final EffectiveDateRangeMode DELETE_CHANGES
                      RSD            RED                                          
                       v              v                                           
[-A-----------|-B----------|-C------------|-D---------------> Before              
[-A-----------|-B-------------------------|-D---------------> DELETE_CHANGES      

Method Detail

values

public static EffectiveDateRangeMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EffectiveDateRangeMode c : EffectiveDateRangeMode.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EffectiveDateRangeMode valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


Copyright © 1997, 2015, Oracle. All rights reserved.