public static enum JournalStatusResponseJournals.DownloadTypeEnum extends Enum<JournalStatusResponseJournals.DownloadTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
JournalStatusResponseJournals.DownloadTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static JournalStatusResponseJournals.DownloadTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static JournalStatusResponseJournals.DownloadTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JournalStatusResponseJournals.DownloadTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JournalStatusResponseJournals.DownloadTypeEnum CSV
public static final JournalStatusResponseJournals.DownloadTypeEnum GENERIC
public static final JournalStatusResponseJournals.DownloadTypeEnum PDF
public static JournalStatusResponseJournals.DownloadTypeEnum[] values()
for (JournalStatusResponseJournals.DownloadTypeEnum c : JournalStatusResponseJournals.DownloadTypeEnum.values()) System.out.println(c);
public static JournalStatusResponseJournals.DownloadTypeEnum 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<JournalStatusResponseJournals.DownloadTypeEnum>public static JournalStatusResponseJournals.DownloadTypeEnum fromValue(String value)
Copyright © 2022. All rights reserved.