java.lang.Object
java.lang.Enum<TypeEnum>
org.qubership.atp.itf.lite.backend.feign.dto.TypeEnum
All Implemented Interfaces:
Serializable, Comparable<TypeEnum>, java.lang.constant.Constable

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

    • BV

      public static final TypeEnum BV
    • COMPOUND

      public static final TypeEnum COMPOUND
    • ITF

      public static final TypeEnum ITF
    • MIA

      public static final TypeEnum MIA
    • NEWMAN

      public static final TypeEnum NEWMAN
    • R_B_M

      public static final TypeEnum R_B_M
    • REST

      public static final TypeEnum REST
    • SQL

      public static final TypeEnum SQL
    • SSH

      public static final TypeEnum SSH
    • TECHNICAL

      public static final TypeEnum TECHNICAL
    • UI

      public static final TypeEnum UI
  • Method Details

    • values

      public static TypeEnum[] 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 TypeEnum 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
    • getValue

      public String getValue()