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