Uses of Class
de.isas.mztab2.model.ColumnParameterMapping.Properties
-
Packages that use ColumnParameterMapping.Properties Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of ColumnParameterMapping.Properties in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return ColumnParameterMapping.Properties Modifier and Type Method Description static ColumnParameterMapping.Properties
ColumnParameterMapping.Properties. of(String value)
static ColumnParameterMapping.Properties
ColumnParameterMapping.Properties. valueOf(String name)
Returns the enum constant of this type with the specified name.static ColumnParameterMapping.Properties[]
ColumnParameterMapping.Properties. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-