|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PkgItem.PkgState>
com.android.sdklib.internal.repository.updater.PkgItem.PkgState
public static enum PkgItem.PkgState
The state of the a given PkgItem, that is the relationship between
a given remote package and the local repository.
| Enum Constant Summary | |
|---|---|
INSTALLED
Package is locally installed and may or may not have an update. |
|
NEW
There's a new package available on the remote site that isn't installed locally. |
|
| Method Summary | |
|---|---|
static PkgItem.PkgState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PkgItem.PkgState[] |
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 PkgItem.PkgState INSTALLED
public static final PkgItem.PkgState NEW
| Method Detail |
|---|
public static PkgItem.PkgState[] values()
for (PkgItem.PkgState c : PkgItem.PkgState.values()) System.out.println(c);
public static PkgItem.PkgState 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 | ||||||||