public static enum Constants.VendorExtension extends java.lang.Enum<Constants.VendorExtension>
| Enum Constant and Description |
|---|
X_SWAGGER_ROUTER_CONTROLLER |
X_SWAGGER_ROUTER_MODEL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static Constants.VendorExtension |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
Copyright © 2019. All Rights Reserved.