Class Parm

    • Constructor Detail

      • Parm

        public Parm()
    • Method Detail

      • copyFrom

        public static Parm copyFrom​(IParm source)
      • getParmName

        public String getParmName()
        Returns the value of field 'parmName'. The field 'parmName' has the following description: parm name
        Returns:
        the value of field 'ParmName'.
      • getValue

        public Value getValue()
        Returns the value of field 'value'. The field 'value' has the following description: parm value
        Returns:
        the value of field 'Value'.
      • setParmName

        public void setParmName​(String parmName)
        Sets the value of field 'parmName'. The field 'parmName' has the following description: parm name
        Parameters:
        parmName - the value of field 'parmName'.
      • setValue

        public void setValue​(Value value)
        Sets the value of field 'value'. The field 'value' has the following description: parm value
        Parameters:
        value - the value of field 'value'.
      • isValid

        public boolean isValid()