Uses of Enum Class
org.jooq.util.xml.jaxb.TriggerActionOrientation
Packages that use TriggerActionOrientation
-
Uses of TriggerActionOrientation in org.jooq.util.xml.jaxb
Subclasses with type arguments of type TriggerActionOrientation in org.jooq.util.xml.jaxbModifier and TypeClassDescriptionenumJava class for TriggerActionOrientation.Fields in org.jooq.util.xml.jaxb declared as TriggerActionOrientationMethods in org.jooq.util.xml.jaxb that return TriggerActionOrientationModifier and TypeMethodDescriptionstatic TriggerActionOrientationTrigger.getActionOrientation()static TriggerActionOrientationReturns 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 TypeMethodDescriptionvoidTrigger.setActionOrientation(TriggerActionOrientation value) Trigger.withActionOrientation(TriggerActionOrientation value)