Class Parameter

java.lang.Object
org.frankframework.parameters.AbstractParameter
org.frankframework.parameters.Parameter
All Implemented Interfaces:
IConfigurable, IConfigurationAware, INamedObject, IScopeProvider, IWithParameters, IParameter, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class Parameter extends AbstractParameter
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