public static enum DownloadParameters.DownloadType extends Enum<DownloadParameters.DownloadType>
| Enum Constant and Description |
|---|
DOWNLOAD_BY_NEW_JSON_QUERY |
DOWNLOAD_COMPARE |
DOWNLOAD_PROJECTS |
| Modifier and Type | Method and Description |
|---|---|
static DownloadParameters.DownloadType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadParameters.DownloadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DownloadParameters.DownloadType DOWNLOAD_PROJECTS
public static final DownloadParameters.DownloadType DOWNLOAD_COMPARE
public static final DownloadParameters.DownloadType DOWNLOAD_BY_NEW_JSON_QUERY
public static DownloadParameters.DownloadType[] values()
for (DownloadParameters.DownloadType c : DownloadParameters.DownloadType.values()) System.out.println(c);
public static DownloadParameters.DownloadType 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 © 2019 OpenSource BIM. All rights reserved.