public enum ETriggerActionTime extends Enum<ETriggerActionTime>
Enum Constant and Description |
---|
tatAfter |
tatBefore |
tatFor |
tatInsteadOf |
Modifier and Type | Method and Description |
---|---|
static ETriggerActionTime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETriggerActionTime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETriggerActionTime tatAfter
public static final ETriggerActionTime tatBefore
public static final ETriggerActionTime tatInsteadOf
public static final ETriggerActionTime tatFor
public static ETriggerActionTime[] values()
for (ETriggerActionTime c : ETriggerActionTime.values()) System.out.println(c);
public static ETriggerActionTime 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 nullCopyright © 2019. All rights reserved.