Uses of Enum Class
org.frankframework.parameters.ParameterType
Packages that use ParameterType
-
Uses of ParameterType in org.frankframework.parameters
Methods in org.frankframework.parameters that return ParameterTypeModifier and TypeMethodDescriptionIParameter.getType()static ParameterTypeReturns 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.Methods in org.frankframework.parameters with parameters of type ParameterTypeModifier and TypeMethodDescriptionprotected voidAbstractParameter.setType(ParameterType type) voidDateParameter.setType(ParameterType type) Deprecated.voidParameter.setType(ParameterType type) voidXmlParameter.setType(ParameterType type) Deprecated. -
Uses of ParameterType in org.frankframework.pipes
Methods in org.frankframework.pipes that return ParameterTypeMethods in org.frankframework.pipes with parameters of type ParameterTypeModifier and TypeMethodDescriptionvoidGetFromSessionPipe.setType(ParameterType type) string: Renders the contents.map: Converts a Map<String, String> object to an XML string (<items><item name='...' -
Uses of ParameterType in org.frankframework.util
Methods in org.frankframework.util with parameters of type ParameterTypeModifier and TypeMethodDescriptionstatic SQLTypeJdbcUtil.mapParameterTypeToSqlType(IDbmsSupport dbmsSupport, ParameterType parameterType)