Enum Class Ceil

java.lang.Object
java.lang.Enum<Ceil>
megamek.common.verifier.Ceil
All Implemented Interfaces:
Serializable, Comparable<Ceil>, Constable

public enum Ceil extends Enum<Ceil>
  • Enum Constant Details

    • TON

      public static final Ceil TON
    • HALF_TON

      public static final Ceil HALF_TON
    • QUARTER_TON

      public static final Ceil QUARTER_TON
    • TENTH_TON

      public static final Ceil TENTH_TON
    • KILO

      public static final Ceil KILO
  • Field Details

    • multiplier

      public final double multiplier
  • Method Details

    • values

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