Enum Class QHelpRole

java.lang.Object
java.lang.Enum<QHelpRole>
com.kingsrook.qqq.backend.core.model.metadata.help.QHelpRole
All Implemented Interfaces:
HelpRole, Serializable, Comparable<QHelpRole>, Constable

public enum QHelpRole extends Enum<QHelpRole> implements HelpRole
QQQ default or standard HelpRoles.
  • Enum Constant Details

    • ALL_SCREENS

      public static final QHelpRole ALL_SCREENS
    • READ_SCREENS

      public static final QHelpRole READ_SCREENS
    • WRITE_SCREENS

      public static final QHelpRole WRITE_SCREENS
    • QUERY_SCREEN

      public static final QHelpRole QUERY_SCREEN
    • VIEW_SCREEN

      public static final QHelpRole VIEW_SCREEN
    • EDIT_SCREEN

      public static final QHelpRole EDIT_SCREEN
    • INSERT_SCREEN

      public static final QHelpRole INSERT_SCREEN
    • PROCESS_SCREEN

      public static final QHelpRole PROCESS_SCREEN
    • APP_SCREEN

      public static final QHelpRole APP_SCREEN
    • TABLE_ACTION_MENU

      public static final QHelpRole TABLE_ACTION_MENU
  • Method Details

    • values

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