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