Enum EProcessListView

java.lang.Object
java.lang.Enum<EProcessListView>
de.xima.fc.inbox.enums.EProcessListView
All Implemented Interfaces:
Serializable, Comparable<EProcessListView>

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

    • STANDARD

      public static final EProcessListView STANDARD
      Default inbox view
    • PROCESS_GRID

      public static final EProcessListView PROCESS_GRID
      Form specific inbox view
    • APPOINTMENT_SCHEDULE

      public static final EProcessListView APPOINTMENT_SCHEDULE
      Appointment schedule view.
  • Method Details

    • values

      public static EProcessListView[] 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 EProcessListView 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
    • getStyleClass

      public String getStyleClass()