Uses of Class
de.isas.lipidomics.domain.LipidCategory
-
Packages that use LipidCategory Package Description de.isas.lipidomics.domain This package contains the main common domain models for lipids. -
-
Uses of LipidCategory in de.isas.lipidomics.domain
Methods in de.isas.lipidomics.domain that return LipidCategory Modifier and Type Method Description static LipidCategory
LipidCategory. forFullName(String fullName)
LipidCategory
LipidClass. getCategory()
LipidCategory
LipidSpecies. getLipidCategory()
static LipidCategory
LipidCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static LipidCategory[]
LipidCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-