public static enum StandardDownloader.VersionFlag extends java.lang.Enum<StandardDownloader.VersionFlag>
| Enum Constant and Description |
|---|
NEWEST |
NEWEST_MATCHING |
SAME |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPresentationName() |
static StandardDownloader.VersionFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardDownloader.VersionFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardDownloader.VersionFlag SAME
public static final StandardDownloader.VersionFlag NEWEST
public static final StandardDownloader.VersionFlag NEWEST_MATCHING
public static StandardDownloader.VersionFlag[] values()
for (StandardDownloader.VersionFlag c : StandardDownloader.VersionFlag.values()) System.out.println(c);
public static StandardDownloader.VersionFlag valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getPresentationName()