Enum Class ApiVendor

java.lang.Object
java.lang.Enum<ApiVendor>
org.mule.apikit.model.ApiVendor
All Implemented Interfaces:
Serializable, Comparable<ApiVendor>, java.lang.constant.Constable

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

    • RAML

      public static final ApiVendor RAML
    • RAML_08

      public static final ApiVendor RAML_08
    • RAML_10

      public static final ApiVendor RAML_10
    • OAS

      public static final ApiVendor OAS
    • OAS_20

      public static final ApiVendor OAS_20
    • OAS_30

      public static final ApiVendor OAS_30
  • Method Details

    • values

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