public enum BusinessObjectTriggerType extends java.lang.Enum<BusinessObjectTriggerType>
| Enum Constant and Description |
|---|
AfterChangesPosted |
AfterCommit |
AfterCreate |
AfterDelete |
AfterInsert |
AfterRollback |
AfterUpdate |
BeforeCommit |
BeforeDelete |
BeforeInsert |
BeforeInvalidate |
BeforeModify |
BeforeRemove |
BeforeRollback |
BeforeUpdate |
| Modifier and Type | Method and Description |
|---|---|
static BusinessObjectTriggerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BusinessObjectTriggerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusinessObjectTriggerType AfterCreate
public static final BusinessObjectTriggerType BeforeModify
public static final BusinessObjectTriggerType BeforeInvalidate
public static final BusinessObjectTriggerType BeforeRemove
public static final BusinessObjectTriggerType BeforeInsert
public static final BusinessObjectTriggerType AfterInsert
public static final BusinessObjectTriggerType BeforeUpdate
public static final BusinessObjectTriggerType AfterUpdate
public static final BusinessObjectTriggerType BeforeDelete
public static final BusinessObjectTriggerType AfterDelete
public static final BusinessObjectTriggerType BeforeCommit
public static final BusinessObjectTriggerType AfterCommit
public static final BusinessObjectTriggerType BeforeRollback
public static final BusinessObjectTriggerType AfterRollback
public static final BusinessObjectTriggerType AfterChangesPosted
public static BusinessObjectTriggerType[] values()
for (BusinessObjectTriggerType c : BusinessObjectTriggerType.values()) System.out.println(c);
public static BusinessObjectTriggerType 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