Uses of Enum Class
org.jooq.util.xml.jaxb.TriggerActionOrientation
Packages that use TriggerActionOrientation
-
Uses of TriggerActionOrientation in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb declared as TriggerActionOrientationMethods in org.jooq.util.xml.jaxb that return TriggerActionOrientationModifier 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.Methods in org.jooq.util.xml.jaxb with parameters of type TriggerActionOrientationModifier and TypeMethodDescriptionvoid
Trigger.setActionOrientation
(TriggerActionOrientation value) Trigger.withActionOrientation
(TriggerActionOrientation value)