Uses of Enum Class
org.frankframework.parameters.ParameterType
-
Uses of ParameterType in org.frankframework.parameters
Modifier and TypeMethodDescriptionAbstractParameter.getType()
IParameter.getType()
Parameter.getType()
static ParameterType
Returns the enum constant of this class with the specified name.static ParameterType[]
ParameterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
AbstractParameter.setType
(ParameterType type) void
DateParameter.setType
(ParameterType type) Deprecated.void
Parameter.setType
(ParameterType type) The target data type of the parameter, related to the database or XSLT stylesheet to which the parameter is applied.void
XmlParameter.setType
(ParameterType type) Deprecated. -
Uses of ParameterType in org.frankframework.pipes
Modifier and TypeMethodDescriptionvoid
GetFromSession.setType
(ParameterType type) string
: renders the contentsmap
: converts a Map<String, String> object to a xml-string (<items><item name='...' -
Uses of ParameterType in org.frankframework.util
Modifier and TypeMethodDescriptionstatic SQLType
JdbcUtil.mapParameterTypeToSqlType
(IDbmsSupport dbmsSupport, ParameterType parameterType)