Class SimpleTransformationParameter

    • Constructor Detail

      • SimpleTransformationParameter

        public SimpleTransformationParameter​(IParameterType parameter,
                                             FileTransformation fileTransformation,
                                             String value)
        The class constructor.
        Parameters:
        parameter - the parameter Type.
        value - the value.
        Since:
        6.1.0
    • Method Detail

      • setParameter

        public void setParameter​(IParameterType parameter)
        Sets the transformation parameter.
        Parameters:
        parameter -
        Since:
        6.1.0
      • setValue

        public void setValue​(String value)
        Sets the transformation value.
        Parameters:
        value -
        Since:
        6.1.0
      • setFileTransformation

        public void setFileTransformation​(FileTransformation fileTransformation)
        Sets the fileTransformation.
        Parameters:
        fileTransformation - the fileTransformation value to set.
        Since:
        6.1.0
      • getFileTransformation

        public FileTransformation getFileTransformation()
        Returns the fileTransformation.
        Returns:
        the fileTransformation
        Since:
        6.1.0
      • setId

        public void setId​(String id)
        Only to be used by JPA
        Parameters:
        id -
        Since:
        6.1.0