Class ConstantParameter

  • All Implemented Interfaces:
    java.io.Serializable, Parameter

    public class ConstantParameter
    extends AbstractParameter
    implements Parameter, java.io.Serializable
    A ConstantParameter should be used to pass in "constant" arguments to constructors. This includes Strings,Integers or any other object that is not registered in the container.
    Author:
    Jon Tirsén, Aslak Hellesøy, Jörg Schaible, Thomas Heller
    See Also:
    Serialized Form