Class Parameter

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, IConfigurable, IScopeProvider, IWithParameters, NameAware, IParameter, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class Parameter extends AbstractParameter<Message>
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
  • Constructor Details

    • Parameter

      public Parameter()
    • Parameter

      public Parameter(String name, String value)
      utility constructor, useful for unit testing
  • Method Details