Uses of Enum Class
org.frankframework.pipes.PGPPipe.Action
Packages that use PGPPipe.Action
-
Uses of PGPPipe.Action in org.frankframework.pipes
Methods in org.frankframework.pipes that return PGPPipe.ActionModifier and TypeMethodDescriptionstatic PGPPipe.ActionReturns the enum constant of this class with the specified name.static PGPPipe.Action[]PGPPipe.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 PGPPipe.ActionModifier and TypeMethodDescriptionvoidPGPPipe.setAction(PGPPipe.Action action) Action to be taken when pipe is executed.