Enum Class LipidCategory

java.lang.Object
java.lang.Enum<LipidCategory>
org.lifstools.jgoslin.domain.LipidCategory
All Implemented Interfaces:
Serializable, Comparable<LipidCategory>, Constable

public enum LipidCategory extends Enum<LipidCategory>
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
  • Enum Constant Details

  • Method Details

    • values

      public static LipidCategory[] 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

      public static LipidCategory valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getFullName

      public String getFullName()
    • forFullName

      public static LipidCategory forFullName(String fullName)