Class FileTransformationParameterType

    • Field Detail

      • FILE_TRANSFORMATION_TYPE_FOLDER_NAME

        public static final String FILE_TRANSFORMATION_TYPE_FOLDER_NAME
        The file transformation parameter types folder name. The types are synchronized globally from/to this folder in a manner that the parameters that are of a given parameter type can simply reference it (by its name) in their serialization.
        Since:
        6.2.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • FileTransformationParameterType

        public FileTransformationParameterType()
    • Method Detail

      • setId

        public void setId​(String id)
        Sets the identifier.
        Parameters:
        id - the identifier.
        Since:
        6.2.0
      • getId

        public String getId()
        Returns the identifier.
        Returns:
        the identifier.
        Since:
        6.2.0
      • getName

        public String getName()
        Returns the name.
        Returns:
        the name.
        Since:
        6.2.0
      • setImplicitValues

        public void setImplicitValues​(Map<String,​String> map)
        Sets the implicit values for this parameter type.
        Parameters:
        map - the map of existent parameter types indexed by name.
        Since:
        6.2.0