Package org.lifstools.jgoslin.domain
Enum Class LipidCategory
- All Implemented Interfaces:
Serializable
,Comparable<LipidCategory>
,Constable
The lipid category nomenclature follows the shorthand notation of
Liebisch, G., Vizcaíno, J.A., Köfeler, H., Trötzmüller, M., Griffiths, W.J., Schmitz, G., Spener, F., and Wakelam, M.J.O. (2013). Shorthand notation for lipid structures derived from mass spectrometry. J. Lipid Res. 54, 1523–1530.We use the associations to either LIPID MAPS categories where appropriate.
- Author:
- Dominik Kopczynski, Nils Hoffmann
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LipidCategory
forFullName
(String fullName) static LipidCategory
Returns the enum constant of this class with the specified name.static LipidCategory[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NO_CATEGORY
-
UNDEFINED
-
GL
-
GP
-
SP
-
ST
-
FA
-
PK
-
SL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getFullName
-
forFullName
-