public enum EffectiveDateRangeMode extends java.lang.Enum<EffectiveDateRangeMode>
| Enum Constant and Description | 
|---|
CORRECTION  | 
DELETE_CHANGES
                      RSD            RED 
 | 
END_DATE  | 
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 
 | 
UPDATE  | 
ZAP
                      RSD            RED 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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 END_DATE
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 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 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
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