com.baan.b3.boi1.dt
Class SynchronizationActionType
java.lang.Object
|
+--com.baan.b3.boi1.dt.SynchronizationActionType
- public class SynchronizationActionType
- extends java.lang.Object
Enum representing the type of a synchronization action.
- Version:
- Build Nr 61, file version \\main\\2, 15:09:00 24-07-2006 UTC
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INSERT
public static final SynchronizationActionType INSERT
- Insert action type
DELETE
public static final SynchronizationActionType DELETE
- Delete action type
CHANGE
public static final SynchronizationActionType CHANGE
- Indicates manager-wide transaction scope.
doSwitch
public void doSwitch(SynchronizationActionType.Switch p_switch)
- Allows programmers to perform an efficient switch.
The switch depends on the identity of this enum element.
Threading policy: MTSafe
- Parameters:
p_switch - the switch code to use
toString
public java.lang.String toString()
- Overrides
Object.toString().
Threading policy: MTSafe
- Overrides:
toString in class java.lang.Object
- Returns:
- see
Object.toString()
Visit the SSA Global website for more information.