public static enum TriggerSupport.TriggerEventEnum extends Enum<TriggerSupport.TriggerEventEnum> implements TriggerEvent
| Modifier and Type | Method and Description |
|---|---|
TriggerTime |
getTime() |
Boolean |
getValue() |
static TriggerSupport.TriggerEventEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerSupport.TriggerEventEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerSupport.TriggerEventEnum INSERT
public static final TriggerSupport.TriggerEventEnum UPDATE
public static final TriggerSupport.TriggerEventEnum DELETE
public static TriggerSupport.TriggerEventEnum[] values()
for (TriggerSupport.TriggerEventEnum c : TriggerSupport.TriggerEventEnum.values()) System.out.println(c);
public static TriggerSupport.TriggerEventEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic TriggerTime getTime()
getTime in interface TriggerEventpublic Boolean getValue()
getValue in interface TriggerEventCopyright © 2004–2014 Paul Ferraro. All rights reserved.