Class DummyParameters
java.lang.Object
com.compomics.util.experiment.io.parameters.DummyParameters
- All Implemented Interfaces:
MarshallableParameter
Dummy parameters used to retrieve the parameters type and version.
- Author:
- Marc Vaudel
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.compomics.util.experiment.io.parameters.MarshallableParameter
MarshallableParameter.Type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
version
Version number.
-
-
Constructor Details
-
DummyParameters
public DummyParameters()Empty default constructor
-
-
Method Details
-
getType
Description copied from interface:MarshallableParameterReturns 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:
getTypein interfaceMarshallableParameter- Returns:
- the type of marshalled parameter from an unmarshalled object
-
setType
public void setType()Description copied from interface:MarshallableParameterSets the parameters type. The type must be set before writing a file but not in the constructor.- Specified by:
setTypein interfaceMarshallableParameter
-