public static enum Constants.VendorExtension extends Enum<Constants.VendorExtension>
| Enum Constant and Description |
|---|
X_SWAGGER_ROUTER_CONTROLLER |
X_SWAGGER_ROUTER_MODEL |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static Constants.VendorExtension |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.VendorExtension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.VendorExtension X_SWAGGER_ROUTER_CONTROLLER
public static final Constants.VendorExtension X_SWAGGER_ROUTER_MODEL
public static Constants.VendorExtension[] values()
for (Constants.VendorExtension c : Constants.VendorExtension.values()) System.out.println(c);
public static Constants.VendorExtension 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 getValue()
Copyright © 2019. All rights reserved.