Class DummyParameters

java.lang.Object
com.compomics.util.experiment.io.parameters.DummyParameters
All Implemented Interfaces:
MarshallableParameter

public class DummyParameters extends Object implements MarshallableParameter
Dummy parameters used to retrieve the parameters type and version.
Author:
Marc Vaudel
  • Field Details

    • version

      public final String version
      Version number.
  • Constructor Details

    • DummyParameters

      public DummyParameters()
      Empty default constructor
  • Method Details

    • getType

      public MarshallableParameter.Type getType()
      Description copied from interface: MarshallableParameter
      Returns the type of marshalled parameter from an unmarshalled object. The type must be written in the file but not set in the constructor. Null if not a MarshallableParameter.
      Specified by:
      getType in interface MarshallableParameter
      Returns:
      the type of marshalled parameter from an unmarshalled object
    • setType

      public void setType()
      Description copied from interface: MarshallableParameter
      Sets the parameters type. The type must be set before writing a file but not in the constructor.
      Specified by:
      setType in interface MarshallableParameter