Uses of Enum Class
org.frankframework.parameters.AbstractParameter.ParameterMode
-
Uses of AbstractParameter.ParameterMode in org.frankframework.parameters
Modifier and TypeMethodDescriptionAbstractParameter.getMode()
IParameter.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.Modifier and TypeMethodDescriptionvoid
AbstractParameter.setMode
(AbstractParameter.ParameterMode mode) Set the mode of the parameter, which determines if the parameter is an INPUT, OUTPUT, or INOUT.