Package org.frankframework.parameters
Class Parameter
java.lang.Object
org.frankframework.parameters.AbstractParameter
org.frankframework.parameters.Parameter
- All Implemented Interfaces:
FrankElement
,HasApplicationContext
,HasName
,IConfigurable
,IScopeProvider
,IWithParameters
,NameAware
,IParameter
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
Placeholder class to allow legacy configuration notations
<param type='number' />
in the new Frank!Config XSD.
The attribute type
has been removed in favor of explicit ParameterTypes such as: NumberParameter
, DateParameter
and BooleanParameter
.
Using the new elements enables the use of auto-completion for the specified type.
- Author:
- Niels Meijer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.parameters.AbstractParameter
AbstractParameter.DefaultValueMethods, AbstractParameter.ParameterMode
-
Field Summary
Fields inherited from class org.frankframework.parameters.AbstractParameter
FIXEDHOSTNAME, FIXEDUID, paramList
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.frankframework.parameters.AbstractParameter
addParameter, configure, consumesSessionVariable, getName, getParameterList, getValue, getValueAsType, requiresInputValueForResolution, setAuthAlias, setContextKey, setDefaultValue, setDefaultValueMethods, setHidden, setIgnoreUnresolvablePatternElements, setMaxLength, setMinLength, setMode, setName, setNamespaceDefs, setPassword, setPattern, setRemoveNamespaces, setSessionKey, setSessionKeyXPath, setStyleSheetName, setUsername, setValue, setXpathExpression, setXsltVersion
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
Methods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
Methods inherited from interface org.frankframework.parameters.IParameter
getMode, getSessionKey, getType, getValue, isHidden
-
Constructor Details
-
Parameter
public Parameter() -
Parameter
utility constructor, useful for unit testing
-
-
Method Details
-
toString
- Overrides:
toString
in classAbstractParameter
-
setType
- Overrides:
setType
in classAbstractParameter
-