public static enum OpenApiManualTagInfo.DataTypeEnum extends Enum<OpenApiManualTagInfo.DataTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenApiManualTagInfo.DataTypeEnum.Adapter |
| Enum Constant and Description |
|---|
APPTAG |
COMPLEXTAG |
MAUTAG |
SIMPLETAG |
TIDCLICKTAG |
TIDSENDTAG |
TIDSHOWTAG |
| Modifier and Type | Method and Description |
|---|---|
static OpenApiManualTagInfo.DataTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static OpenApiManualTagInfo.DataTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenApiManualTagInfo.DataTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenApiManualTagInfo.DataTypeEnum SIMPLETAG
public static final OpenApiManualTagInfo.DataTypeEnum COMPLEXTAG
public static final OpenApiManualTagInfo.DataTypeEnum APPTAG
public static final OpenApiManualTagInfo.DataTypeEnum TIDSENDTAG
public static final OpenApiManualTagInfo.DataTypeEnum TIDSHOWTAG
public static final OpenApiManualTagInfo.DataTypeEnum TIDCLICKTAG
public static final OpenApiManualTagInfo.DataTypeEnum MAUTAG
public static OpenApiManualTagInfo.DataTypeEnum[] values()
for (OpenApiManualTagInfo.DataTypeEnum c : OpenApiManualTagInfo.DataTypeEnum.values()) System.out.println(c);
public static OpenApiManualTagInfo.DataTypeEnum 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 getValue()
public String toString()
toString in class Enum<OpenApiManualTagInfo.DataTypeEnum>public static OpenApiManualTagInfo.DataTypeEnum fromValue(String input)
Copyright © 2023. All rights reserved.