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