public static enum APISpecification.APISpecType extends Enum<APISpecification.APISpecType>
| Enum Constant and Description |
|---|
OPEN_API_30 |
OPEN_API_30_YAML |
SWAGGGER_API_1x |
SWAGGGER_API_1x_YAML |
SWAGGGER_API_20 |
SWAGGGER_API_20_YAML |
UNKNOWN |
WSDL_API |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileExtension() |
String |
getNiceName() |
static APISpecification.APISpecType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APISpecification.APISpecType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APISpecification.APISpecType SWAGGGER_API_1x
public static final APISpecification.APISpecType SWAGGGER_API_1x_YAML
public static final APISpecification.APISpecType SWAGGGER_API_20
public static final APISpecification.APISpecType SWAGGGER_API_20_YAML
public static final APISpecification.APISpecType OPEN_API_30
public static final APISpecification.APISpecType OPEN_API_30_YAML
public static final APISpecification.APISpecType WSDL_API
public static final APISpecification.APISpecType UNKNOWN
public static APISpecification.APISpecType[] values()
for (APISpecification.APISpecType c : APISpecification.APISpecType.values()) System.out.println(c);
public static APISpecification.APISpecType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getNiceName()
public String getFileExtension()
Copyright © 2020. All rights reserved.