Uses of Class
com.compomics.util.experiment.io.parameters.MarshallableParameter.Type
Package | Description |
---|---|
com.compomics.util.experiment.io.parameters |
Experiment IO classes relative to the handling of parameters.
|
com.compomics.util.parameters.identification |
Identification parameters.
|
com.compomics.util.parameters.identification.search |
Identification parameters relative to the search.
|
-
Uses of MarshallableParameter.Type in com.compomics.util.experiment.io.parameters
Methods in com.compomics.util.experiment.io.parameters that return MarshallableParameter.Type Modifier and Type Method Description MarshallableParameter.Type
DummyParameters. getType()
MarshallableParameter.Type
MarshallableParameter. getType()
Returns the type of marshalled parameter from an unmarshalled object.static MarshallableParameter.Type
MarshallableParameter.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static MarshallableParameter.Type[]
MarshallableParameter.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MarshallableParameter.Type in com.compomics.util.parameters.identification
Methods in com.compomics.util.parameters.identification that return MarshallableParameter.Type Modifier and Type Method Description MarshallableParameter.Type
IdentificationParameters. getType()
-
Uses of MarshallableParameter.Type in com.compomics.util.parameters.identification.search
Methods in com.compomics.util.parameters.identification.search that return MarshallableParameter.Type Modifier and Type Method Description MarshallableParameter.Type
SearchParameters. getType()