public static enum GeneralPreferencesInfo.DownloadCommand extends java.lang.Enum<GeneralPreferencesInfo.DownloadCommand>
Enum Constant and Description |
---|
CHECKOUT |
CHERRY_PICK |
FORMAT_PATCH |
PULL |
REPO_DOWNLOAD |
Modifier and Type | Method and Description |
---|---|
static GeneralPreferencesInfo.DownloadCommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneralPreferencesInfo.DownloadCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralPreferencesInfo.DownloadCommand REPO_DOWNLOAD
public static final GeneralPreferencesInfo.DownloadCommand PULL
public static final GeneralPreferencesInfo.DownloadCommand CHECKOUT
public static final GeneralPreferencesInfo.DownloadCommand CHERRY_PICK
public static final GeneralPreferencesInfo.DownloadCommand FORMAT_PATCH
public static GeneralPreferencesInfo.DownloadCommand[] values()
for (GeneralPreferencesInfo.DownloadCommand c : GeneralPreferencesInfo.DownloadCommand.values()) System.out.println(c);
public static GeneralPreferencesInfo.DownloadCommand 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 null