Uses of Enum Class
org.frankframework.parameters.AbstractParameter.ParameterMode
Packages that use AbstractParameter.ParameterMode
-
Uses of AbstractParameter.ParameterMode in org.frankframework.parameters
Methods in org.frankframework.parameters that return AbstractParameter.ParameterModeModifier and TypeMethodDescriptionIParameter.getMode()Returns the enum constant of this class with the specified name.static AbstractParameter.ParameterMode[]AbstractParameter.ParameterMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.parameters with parameters of type AbstractParameter.ParameterModeModifier and TypeMethodDescriptionvoidAbstractParameter.setMode(AbstractParameter.ParameterMode mode) Set the mode of the parameter, which determines if the parameter is an INPUT, OUTPUT, or INOUT.