public enum ETriggerTimingPoint extends Enum<ETriggerTimingPoint>
Enum Constant and Description |
---|
ttpAfter |
ttpBefore |
ttpFor |
ttpTinsteadOf |
Modifier and Type | Method and Description |
---|---|
static ETriggerTimingPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETriggerTimingPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETriggerTimingPoint ttpAfter
public static final ETriggerTimingPoint ttpBefore
public static final ETriggerTimingPoint ttpTinsteadOf
public static final ETriggerTimingPoint ttpFor
public static ETriggerTimingPoint[] values()
for (ETriggerTimingPoint c : ETriggerTimingPoint.values()) System.out.println(c);
public static ETriggerTimingPoint 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.