Uses of Enum Class
org.frankframework.pipes.SignaturePipe.Action
Packages that use SignaturePipe.Action
-
Uses of SignaturePipe.Action in org.frankframework.pipes
Methods in org.frankframework.pipes that return SignaturePipe.ActionModifier and TypeMethodDescriptionSignaturePipe.getAction()
static SignaturePipe.Action
Returns the enum constant of this class with the specified name.static SignaturePipe.Action[]
SignaturePipe.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.pipes with parameters of type SignaturePipe.ActionModifier and TypeMethodDescriptionvoid
SignaturePipe.setAction
(SignaturePipe.Action action) Action to be taken when pipe is executed.