Enum Class TargetDialects

java.lang.Object
java.lang.Enum<TargetDialects>
com.styra.opa.openapi.models.shared.TargetDialects
All Implemented Interfaces:
Serializable, Comparable<TargetDialects>, Constable

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

    • UCAST_PLUS_ALL

      public static final TargetDialects UCAST_PLUS_ALL
    • UCAST_PLUS_MINIMAL

      public static final TargetDialects UCAST_PLUS_MINIMAL
    • UCAST_PLUS_PRISMA

      public static final TargetDialects UCAST_PLUS_PRISMA
    • UCAST_PLUS_LINQ

      public static final TargetDialects UCAST_PLUS_LINQ
    • SQL_PLUS_SQLSERVER

      public static final TargetDialects SQL_PLUS_SQLSERVER
    • SQL_PLUS_MYSQL

      public static final TargetDialects SQL_PLUS_MYSQL
    • SQL_PLUS_POSTGRESQL

      public static final TargetDialects SQL_PLUS_POSTGRESQL
    • SQL_PLUS_SQLITE

      public static final TargetDialects SQL_PLUS_SQLITE
  • Method Details

    • values

      public static TargetDialects[] 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 TargetDialects 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
    • value

      public String value()
    • fromValue

      public static Optional<TargetDialects> fromValue(String value)