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