public static enum TypeScriptAngularClientCodegen.QUERY_PARAM_OBJECT_FORMAT_TYPE extends Enum<TypeScriptAngularClientCodegen.QUERY_PARAM_OBJECT_FORMAT_TYPE>
| Modifier and Type | Method and Description |
|---|---|
static TypeScriptAngularClientCodegen.QUERY_PARAM_OBJECT_FORMAT_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeScriptAngularClientCodegen.QUERY_PARAM_OBJECT_FORMAT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeScriptAngularClientCodegen.QUERY_PARAM_OBJECT_FORMAT_TYPE dot
public static final TypeScriptAngularClientCodegen.QUERY_PARAM_OBJECT_FORMAT_TYPE json
public static final TypeScriptAngularClientCodegen.QUERY_PARAM_OBJECT_FORMAT_TYPE key
public static TypeScriptAngularClientCodegen.QUERY_PARAM_OBJECT_FORMAT_TYPE[] values()
for (TypeScriptAngularClientCodegen.QUERY_PARAM_OBJECT_FORMAT_TYPE c : TypeScriptAngularClientCodegen.QUERY_PARAM_OBJECT_FORMAT_TYPE.values()) System.out.println(c);
public static TypeScriptAngularClientCodegen.QUERY_PARAM_OBJECT_FORMAT_TYPE 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 nullCopyright © 2021. All rights reserved.