Interface GeneralParameterValue

    • Method Detail

      • getDescriptor

        GeneralParameterDescriptor getDescriptor()
        Returns the abstract definition of this parameter or group of parameters.
        Returns:
        The abstract definition of this parameter or group of parameters.
      • clone

        GeneralParameterValue clone()
        Returns a copy of this parameter value or group.
        Specified by:
        clone in interface Cloneable
        Returns:
        A copy of this parameter value or group.
        See Also:
        Object.clone()