Class ParameterImpl

  • All Implemented Interfaces:
    Freezable

    public class ParameterImpl
    extends Parameter
    implements Freezable
    Since:
    2.2
    Author:
    Leonardo Uribe
    • Constructor Detail

      • ParameterImpl

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

      • getValue

        public jakarta.el.ValueExpression getValue()
        Specified by:
        getValue in class Parameter
      • freeze

        public void freeze()
        Description copied from interface: Freezable
        Call this method when the object will be made available to the runtime
        Specified by:
        freeze in interface Freezable
      • setName

        public void setName​(String name)
      • setValue

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