Enum Class QCodeUsage

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

public enum QCodeUsage extends Enum<QCodeUsage>
Possible usages for Q-Code entities
  • Enum Constant Details

    • BACKEND_STEP

      public static final QCodeUsage BACKEND_STEP
    • CUSTOMIZER

      public static final QCodeUsage CUSTOMIZER
    • POSSIBLE_VALUE_PROVIDER

      public static final QCodeUsage POSSIBLE_VALUE_PROVIDER
    • RECORD_AUTOMATION_HANDLER

      public static final QCodeUsage RECORD_AUTOMATION_HANDLER
    • REPORT_STATIC_DATA_SUPPLIER

      public static final QCodeUsage REPORT_STATIC_DATA_SUPPLIER
    • SCRIPT_TESTER

      public static final QCodeUsage SCRIPT_TESTER
  • Method Details

    • values

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