public static enum Uploader.ReleaseType extends Enum<Uploader.ReleaseType>
| Modifier and Type | Method and Description |
|---|---|
static Uploader.ReleaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Uploader.ReleaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Uploader.ReleaseType RELEASE
public static final Uploader.ReleaseType BETA
public static final Uploader.ReleaseType ALPHA
public static Uploader.ReleaseType[] values()
for (Uploader.ReleaseType c : Uploader.ReleaseType.values()) System.out.println(c);
public static Uploader.ReleaseType 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 © 2004-2014. All Rights Reserved.