Enum WidgetType

java.lang.Object
java.lang.Enum<WidgetType>
org.qubership.atp.ram.models.WidgetType
All Implemented Interfaces:
Serializable, Comparable<WidgetType>, java.lang.constant.Constable

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

    • SUMMARY

      public static final WidgetType SUMMARY
    • SERVER_SUMMARY

      public static final WidgetType SERVER_SUMMARY
    • EXECUTION_SUMMARY

      public static final WidgetType EXECUTION_SUMMARY
    • TEST_CASES

      public static final WidgetType TEST_CASES
    • TOP_ISSUES

      public static final WidgetType TOP_ISSUES
    • ENVIRONMENTS_INFO

      public static final WidgetType ENVIRONMENTS_INFO
    • ROOT_CAUSES_STATISTIC

      public static final WidgetType ROOT_CAUSES_STATISTIC
  • Method Details

    • values

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