public static enum TriggerSupport.TriggerTimeEnum extends Enum<TriggerSupport.TriggerTimeEnum> implements TriggerTime
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
static TriggerSupport.TriggerTimeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerSupport.TriggerTimeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerSupport.TriggerTimeEnum BEFORE
public static final TriggerSupport.TriggerTimeEnum AFTER
public static TriggerSupport.TriggerTimeEnum[] values()
for (TriggerSupport.TriggerTimeEnum c : TriggerSupport.TriggerTimeEnum.values()) System.out.println(c);
public static TriggerSupport.TriggerTimeEnum 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 String getAlias()
getAlias
in interface TriggerTime
Copyright © 2004–2014 Paul Ferraro. All rights reserved.