public static enum APISpecification.APISpecType extends Enum<APISpecification.APISpecType>
| Enum Constant and Description |
|---|
OPEN_API_30 |
SWAGGGER_API_12 |
SWAGGGER_API_20 |
WSDL_API |
| Modifier and Type | Method and Description |
|---|---|
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_12
public static final APISpecification.APISpecType SWAGGGER_API_20
public static final APISpecification.APISpecType OPEN_API_30
public static final APISpecification.APISpecType WSDL_API
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()
Copyright © 2020. All rights reserved.