|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Archive.Arch>
com.android.sdklib.internal.repository.archives.Archive.Arch
public static enum Archive.Arch
The Architecture that this archive can be downloaded on.
| Enum Constant Summary | |
|---|---|
ANY
|
|
PPC
|
|
X86
|
|
X86_64
|
|
| Method Summary | |
|---|---|
static Archive.Arch |
getCurrentArch()
Returns the current architecture as one of the Archive.Arch enum values or null. |
java.lang.String |
getUiName()
Returns the UI name of the architecture. |
java.lang.String |
getXmlName()
Returns the XML name of the architecture. |
boolean |
isCompatible()
Returns true if this architecture is compatible with the current one. |
static Archive.Arch |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Archive.Arch[] |
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 Archive.Arch ANY
public static final Archive.Arch PPC
public static final Archive.Arch X86
public static final Archive.Arch X86_64
| Method Detail |
|---|
public static Archive.Arch[] values()
for (Archive.Arch c : Archive.Arch.values()) System.out.println(c);
public static Archive.Arch 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 nullpublic java.lang.String getUiName()
public java.lang.String getXmlName()
public static Archive.Arch getCurrentArch()
Archive.Arch enum values or null.
public boolean isCompatible()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||