public static enum DocumentSearchResultDTO.DocTypeEnum extends Enum<DocumentSearchResultDTO.DocTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentSearchResultDTO.DocTypeEnum.Adapter |
| Enum Constant and Description |
|---|
API_MESSAGE_FORMAT |
HOWTO |
OTHER |
PUBLIC_FORUM |
SAMPLES |
SUPPORT_FORUM |
SWAGGER_DOC |
| Modifier and Type | Method and Description |
|---|---|
static DocumentSearchResultDTO.DocTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static DocumentSearchResultDTO.DocTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentSearchResultDTO.DocTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentSearchResultDTO.DocTypeEnum HOWTO
public static final DocumentSearchResultDTO.DocTypeEnum SAMPLES
public static final DocumentSearchResultDTO.DocTypeEnum PUBLIC_FORUM
public static final DocumentSearchResultDTO.DocTypeEnum SUPPORT_FORUM
public static final DocumentSearchResultDTO.DocTypeEnum API_MESSAGE_FORMAT
public static final DocumentSearchResultDTO.DocTypeEnum SWAGGER_DOC
public static final DocumentSearchResultDTO.DocTypeEnum OTHER
public static DocumentSearchResultDTO.DocTypeEnum[] values()
for (DocumentSearchResultDTO.DocTypeEnum c : DocumentSearchResultDTO.DocTypeEnum.values()) System.out.println(c);
public static DocumentSearchResultDTO.DocTypeEnum 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<DocumentSearchResultDTO.DocTypeEnum>public static DocumentSearchResultDTO.DocTypeEnum fromValue(String text)
Copyright © 2020 WSO2 Inc. All rights reserved.