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