Enum RootCauseEnum

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

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

    • AT_ISSUE

      public static final RootCauseEnum AT_ISSUE
    • ATP_MAINTENANCE

      public static final RootCauseEnum ATP_MAINTENANCE
    • ATP_WARNING

      public static final RootCauseEnum ATP_WARNING
    • DESIGN_CHANGE

      public static final RootCauseEnum DESIGN_CHANGE
    • ENVIRONMENT_ISSUE

      public static final RootCauseEnum ENVIRONMENT_ISSUE
    • ERROR_IN_CONFIGURATION

      public static final RootCauseEnum ERROR_IN_CONFIGURATION
    • INVESTIGATION_NEEDED

      public static final RootCauseEnum INVESTIGATION_NEEDED
    • NETWORK_ISSUE

      public static final RootCauseEnum NETWORK_ISSUE
    • NOT_ANALYZED

      public static final RootCauseEnum NOT_ANALYZED
    • PERFORMANCE_ISSUE

      public static final RootCauseEnum PERFORMANCE_ISSUE
    • SOLUTION_ISSUE

      public static final RootCauseEnum SOLUTION_ISSUE
    • TEST_DATA_ISSUE

      public static final RootCauseEnum TEST_DATA_ISSUE
  • Method Details

    • values

      public static RootCauseEnum[] 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 RootCauseEnum 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
    • getRootCause

      public RootCause getRootCause()
    • getAll

      public static List<RootCause> getAll()