public enum TriggerPositionType extends java.lang.Enum<TriggerPositionType>
| Enum Constant and Description |
|---|
POST
POST refers to the GRC trigger taking action after the operation is executed by the system but
before the transaction as a whole is committed.
|
PRE
PRE refers to the GRC trigger taking action before the operation is executed by the system.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPosition()
Returns the trigger position type as a String
|
static TriggerPositionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TriggerPositionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerPositionType PRE
public static final TriggerPositionType POST
public static TriggerPositionType[] values()
for (TriggerPositionType c : TriggerPositionType.values()) System.out.println(c);
public static TriggerPositionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getPosition()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.