Enum Class BackFront

java.lang.Object
java.lang.Enum<BackFront>
de.hsh.graja.gui.controller.BackFront
All Implemented Interfaces:
Serializable, Comparable<BackFront>, Constable

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

    • BACKEND

      public static final BackFront BACKEND
    • FRONT_GRAJA_PLAINOLD_ASSIGNMENT

      public static final BackFront FRONT_GRAJA_PLAINOLD_ASSIGNMENT
    • FRONT_GRAJA_PROFORMA_ASSIGNMENT

      public static final BackFront FRONT_GRAJA_PROFORMA_ASSIGNMENT
    • FRONT_PROFORMA_SUBMISSION

      public static final BackFront FRONT_PROFORMA_SUBMISSION
  • Method Details

    • values

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