Enum PlanetTypes

java.lang.Object
java.lang.Enum<PlanetTypes>
velo.ladaalpha.fields.astronomy.PlanetTypes
All Implemented Interfaces:
Serializable, Comparable<PlanetTypes>, java.lang.constant.Constable

public enum PlanetTypes extends Enum<PlanetTypes>
The Enum PlanetTypes.
  • Enum Constant Details

    • Terrestrial

      public static final PlanetTypes Terrestrial
      The Terrestrial.
    • Jovian

      public static final PlanetTypes Jovian
      The Jovian.
    • Jovian_Gas_Giants

      public static final PlanetTypes Jovian_Gas_Giants
      The Jovian gas giants.
    • Jovia_Ice_GUants

      public static final PlanetTypes Jovia_Ice_GUants
      The Jovia ice G uants.
  • Method Details

    • values

      public static PlanetTypes[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PlanetTypes valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null