Class InheritableStringParameterReferenceDefinition

  • All Implemented Interfaces:
    ExtensionPoint, Describable<ParameterDefinition>, Serializable

    public class InheritableStringParameterReferenceDefinition
    extends InheritableStringParameterDefinition
    This class extends InheritableStringParameterDefinition by enabling the user to make a reference to an actual, full, parameter definition.

    This avoids the user having to constantly redefine the additional flags of these parameters, as well as offering a nice drop-down box for parameter names.

    Do note that this means, that instances of this class do not make use of the extended fields offered by the definition. As such, these fields are hidden entirely from the serialised XML by making use of an InheritableParameterReferenceConverter.

    Author:
    Martin Schroeder
    See Also:
    Serialized Form