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