|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<JillProvider.SubReleaseKind>
com.android.jill.api.JillProvider.SubReleaseKind
public static enum JillProvider.SubReleaseKind
The kind of sub-release.
| Enum Constant Summary | |
|---|---|
ALPHA
A sub-release that is not feature complete, tested. |
|
BETA
A sub-release that is feature complete, tested, but likely contains known or unknown bugs. |
|
CANDIDATE
A pre-production sub-release, tested. |
|
ENGINEERING
A sub-release from an engineering development, not tested, not in the code base repository. |
|
PRE_ALPHA
A sub-release that is not feature complete, not tested. |
|
RELEASE
A production and stable sub-release. |
|
| Method Summary | |
|---|---|
static JillProvider.SubReleaseKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JillProvider.SubReleaseKind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final JillProvider.SubReleaseKind ENGINEERING
public static final JillProvider.SubReleaseKind PRE_ALPHA
public static final JillProvider.SubReleaseKind ALPHA
public static final JillProvider.SubReleaseKind BETA
public static final JillProvider.SubReleaseKind CANDIDATE
public static final JillProvider.SubReleaseKind RELEASE
| Method Detail |
|---|
public static JillProvider.SubReleaseKind[] values()
for (JillProvider.SubReleaseKind c : JillProvider.SubReleaseKind.values()) System.out.println(c);
public static JillProvider.SubReleaseKind 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 name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||