Class ParameterImpl

    • Constructor Detail

      • ParameterImpl

        public ParameterImpl()
      • ParameterImpl

        public ParameterImpl​(String name,
                             jakarta.el.ValueExpression value)
    • Method Detail

      • getName

        public String getName()
        Description copied from class: Parameter

        Return the name of the parameter

        Specified by:
        getName in class Parameter
        Returns:
        the name of the parameter
      • setName

        public void setName​(String name)
      • getValue

        public jakarta.el.ValueExpression getValue()
        Description copied from class: Parameter

        Return a ValueExpression for the value of the parameter. Depending on the context, this expression may only ever be evaluated in a "get" operation.

        Specified by:
        getValue in class Parameter
        Returns:
        a ValueExpression for the value of the parameter
      • setValue

        public void setValue​(jakarta.el.ValueExpression value)