protected static enum DownloadServiceImpl.Action extends Enum<DownloadServiceImpl.Action>
Enum Constant and Description |
---|
DOWNLOAD |
DOWNLOAD_FROM_DOC |
INFO |
Modifier and Type | Method and Description |
---|---|
static DownloadServiceImpl.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadServiceImpl.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DownloadServiceImpl.Action DOWNLOAD
public static final DownloadServiceImpl.Action DOWNLOAD_FROM_DOC
public static final DownloadServiceImpl.Action INFO
public static DownloadServiceImpl.Action[] values()
for (DownloadServiceImpl.Action c : DownloadServiceImpl.Action.values()) System.out.println(c);
public static DownloadServiceImpl.Action 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 © 2017 Nuxeo. All rights reserved.