Uses of Enum Class
org.jooq.util.xml.jaxb.TriggerActionOrientation
-
Uses of TriggerActionOrientation in org.jooq.util.xml.jaxb
Modifier and TypeMethodDescriptionstatic TriggerActionOrientation
Trigger.getActionOrientation()
static TriggerActionOrientation
Returns the enum constant of this class with the specified name.static TriggerActionOrientation[]
TriggerActionOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Trigger.setActionOrientation
(TriggerActionOrientation value) Trigger.withActionOrientation
(TriggerActionOrientation value)