Uses of Enum Class
org.frankframework.pipes.SignaturePipe.Action
-
Uses of SignaturePipe.Action in org.frankframework.pipes
Modifier 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.Modifier and TypeMethodDescriptionvoid
SignaturePipe.setAction
(SignaturePipe.Action action) Action to be taken when pipe is executed.