Enum Class Organelle

java.lang.Object
java.lang.Enum<Organelle>
org.episteme.natural.biology.cell.Organelle
All Implemented Interfaces:
Serializable, Comparable<Organelle>, Constable

public enum Organelle extends Enum<Organelle>
Organelles within the cell.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Enum Constant Details

    • NUCLEUS

      public static final Organelle NUCLEUS
    • MITOCHONDRIA

      public static final Organelle MITOCHONDRIA
    • MITOCHONDRION

      public static final Organelle MITOCHONDRION
    • RIBOSOME

      public static final Organelle RIBOSOME
    • ENDOPLASMIC_RETICULUM

      public static final Organelle ENDOPLASMIC_RETICULUM
    • ENDOPLASMIC_RETICULUM_ROUGH

      public static final Organelle ENDOPLASMIC_RETICULUM_ROUGH
    • ENDOPLASMIC_RETICULUM_SMOOTH

      public static final Organelle ENDOPLASMIC_RETICULUM_SMOOTH
    • GOLGI_APPARATUS

      public static final Organelle GOLGI_APPARATUS
    • LYSOSOME

      public static final Organelle LYSOSOME
    • VACUOLE

      public static final Organelle VACUOLE
    • CHLOROPLAST

      public static final Organelle CHLOROPLAST
    • CYTOSKELETON

      public static final Organelle CYTOSKELETON
    • CELL_MEMBRANE

      public static final Organelle CELL_MEMBRANE
  • Method Details

    • values

      public static Organelle[] 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 Organelle 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
    • getFunction

      public String getFunction()