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 TypeMethodDescriptionstatic SignaturePipe.ActionReturns 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 TypeMethodDescriptionvoidSignaturePipe.setAction(SignaturePipe.Action action) Action to be taken when pipe is executed.