Enum Class ColumnSize

java.lang.Object
java.lang.Enum<ColumnSize>
com.github.t1.bulmajava.columns.ColumnSize
All Implemented Interfaces:
Modifier, Serializable, Comparable<ColumnSize>, Constable

public enum ColumnSize extends Enum<ColumnSize> implements Modifier
  • Enum Constant Details

    • FULL

      public static final ColumnSize FULL
    • FOUR_FIFTHS

      public static final ColumnSize FOUR_FIFTHS
    • THREE_QUARTERS

      public static final ColumnSize THREE_QUARTERS
    • TWO_THIRDS

      public static final ColumnSize TWO_THIRDS
    • THREE_FIFTHS

      public static final ColumnSize THREE_FIFTHS
    • HALF

      public static final ColumnSize HALF
    • TWO_FIFTHS

      public static final ColumnSize TWO_FIFTHS
    • ONE_THIRD

      public static final ColumnSize ONE_THIRD
    • ONE_QUARTER

      public static final ColumnSize ONE_QUARTER
    • ONE_FIFTH

      public static final ColumnSize ONE_FIFTH
  • Method Details

    • values

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