public static enum DownloadItem.OpenAccessValues extends Enum<DownloadItem.OpenAccessValues>
| Enum Constant and Description |
|---|
CLOSED |
EMBARGO |
OPEN |
RESTRICTED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static DownloadItem.OpenAccessValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadItem.OpenAccessValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DownloadItem.OpenAccessValues OPEN
public static final DownloadItem.OpenAccessValues RESTRICTED
public static final DownloadItem.OpenAccessValues CLOSED
public static final DownloadItem.OpenAccessValues EMBARGO
public static final DownloadItem.OpenAccessValues UNKNOWN
public static DownloadItem.OpenAccessValues[] values()
for (DownloadItem.OpenAccessValues c : DownloadItem.OpenAccessValues.values()) System.out.println(c);
public static DownloadItem.OpenAccessValues 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 nullCopyright © 2026. All rights reserved.