public static enum SwaggerDefinition.Scheme extends Enum<SwaggerDefinition.Scheme>
| Modifier and Type | Method and Description |
|---|---|
static SwaggerDefinition.Scheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwaggerDefinition.Scheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwaggerDefinition.Scheme DEFAULT
public static final SwaggerDefinition.Scheme HTTP
public static final SwaggerDefinition.Scheme HTTPS
public static final SwaggerDefinition.Scheme WS
public static final SwaggerDefinition.Scheme WSS
public static SwaggerDefinition.Scheme[] values()
for (SwaggerDefinition.Scheme c : SwaggerDefinition.Scheme.values()) System.out.println(c);
public static SwaggerDefinition.Scheme 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 nullCopyright © 2015. All Rights Reserved.