Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.model.jad
Interface IJADConstants


public interface IJADConstants

Constants related to editing JAD files.

Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.


Field Summary
static String JAD_MICROEDITION_CONFIG
           
static String JAD_MICROEDITION_PROFILE
           
static String JAD_MIDLET_CERTIFICATE
           
static String JAD_MIDLET_DATA_SIZE
           
static String JAD_MIDLET_DELETE_CONFIRM
           
static String JAD_MIDLET_DELETE_NOTIFY
           
static String JAD_MIDLET_DESCRIPTION
           
static String JAD_MIDLET_ICON
           
static String JAD_MIDLET_INFO_URL
           
static String JAD_MIDLET_INSTALL_NOTIFY
           
static String JAD_MIDLET_JAR_RSA_SHA1
           
static String JAD_MIDLET_JAR_SIZE
           
static String JAD_MIDLET_JAR_URL
           
static String JAD_MIDLET_NAME
           
static String JAD_MIDLET_PERMISSIONS
           
static String JAD_MIDLET_PERMISSIONS_OPTIONAL
           
static String JAD_MIDLET_VENDOR
           
static String JAD_MIDLET_VERSION
           
 

Field Detail

JAD_MIDLET_JAR_SIZE

static final String JAD_MIDLET_JAR_SIZE
See Also:
Constant Field Values

JAD_MIDLET_JAR_URL

static final String JAD_MIDLET_JAR_URL
See Also:
Constant Field Values

JAD_MIDLET_NAME

static final String JAD_MIDLET_NAME
See Also:
Constant Field Values

JAD_MIDLET_VENDOR

static final String JAD_MIDLET_VENDOR
See Also:
Constant Field Values

JAD_MIDLET_VERSION

static final String JAD_MIDLET_VERSION
See Also:
Constant Field Values

JAD_MICROEDITION_CONFIG

static final String JAD_MICROEDITION_CONFIG
See Also:
Constant Field Values

JAD_MICROEDITION_PROFILE

static final String JAD_MICROEDITION_PROFILE
See Also:
Constant Field Values

JAD_MIDLET_DATA_SIZE

static final String JAD_MIDLET_DATA_SIZE
See Also:
Constant Field Values

JAD_MIDLET_DELETE_CONFIRM

static final String JAD_MIDLET_DELETE_CONFIRM
See Also:
Constant Field Values

JAD_MIDLET_DELETE_NOTIFY

static final String JAD_MIDLET_DELETE_NOTIFY
See Also:
Constant Field Values

JAD_MIDLET_DESCRIPTION

static final String JAD_MIDLET_DESCRIPTION
See Also:
Constant Field Values

JAD_MIDLET_ICON

static final String JAD_MIDLET_ICON
See Also:
Constant Field Values

JAD_MIDLET_INFO_URL

static final String JAD_MIDLET_INFO_URL
See Also:
Constant Field Values

JAD_MIDLET_INSTALL_NOTIFY

static final String JAD_MIDLET_INSTALL_NOTIFY
See Also:
Constant Field Values

JAD_MIDLET_PERMISSIONS

static final String JAD_MIDLET_PERMISSIONS
See Also:
Constant Field Values

JAD_MIDLET_PERMISSIONS_OPTIONAL

static final String JAD_MIDLET_PERMISSIONS_OPTIONAL
See Also:
Constant Field Values

JAD_MIDLET_JAR_RSA_SHA1

static final String JAD_MIDLET_JAR_RSA_SHA1
See Also:
Constant Field Values

JAD_MIDLET_CERTIFICATE

static final String JAD_MIDLET_CERTIFICATE
See Also:
Constant Field Values

Mobile Tools for Java
Release 1.0