|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<APIManifestAttributes>
org.eclipse.mtj.core.model.library.api.APIManifestAttributes
public enum APIManifestAttributes
JAR files containing emulator APIs in the lib directory should provide additional information to IDEs by providing manifest files with the attributes contained in this enum.
| Enum Constant Summary | |
|---|---|
API
Code name for the API. |
|
API_DEPENDENCIES
A comma-separated list of APIs that are required by the API contained in this JAR. |
|
API_NAME
External name for the API. |
|
API_TYPE
Use one of the following values for this attribute. |
|
API_VERSION
The version number of the specification that is implemented by this JAR file. |
|
| Method Summary | |
|---|---|
String |
toString()
|
static APIManifestAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static APIManifestAttributes[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final APIManifestAttributes API
public static final APIManifestAttributes API_NAME
public static final APIManifestAttributes API_TYPE
Configuration - The API is a
configuration such as CLDC.Profile - The API is a profile such as MIDP
or PDAP.Optional - The API is an optional API such
as MMAPI or WMA.
public static final APIManifestAttributes API_DEPENDENCIES
= version-number to require that
a specific version be installed, or >= version-number to
specify that at least a certain version be installed.
public static final APIManifestAttributes API_VERSION
| Method Detail |
|---|
public static final APIManifestAttributes[] values()
for(APIManifestAttributes c : APIManifestAttributes.values())
System.out.println(c);
public static APIManifestAttributes valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String toString()
toString in class Enum<APIManifestAttributes>
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||