Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.project.midp
Interface IMIDPMetaData

All Superinterfaces:
IMetaData

public interface IMIDPMetaData
extends IMetaData

IMetaData implementation for storing MIDP related metadata.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.

Field Summary
 
Fields inherited from interface org.eclipse.mtj.core.project.IMetaData
METADATA_FILE
 
Method Summary
 String getJadFileName()
          Return the name that must be used on the project's jad file after deployment as specified in the project's metadata file.
 void setJadFileName(String jadFileName)
          Set the name that must be used on the project's jad file after deployment
 
Methods inherited from interface org.eclipse.mtj.core.project.IMetaData
getRuntimeList, getSignatureProperties, getVersion, saveMetaData, setMTJRuntimeList, setSignatureProperties
 

Method Detail

setJadFileName

void setJadFileName(String jadFileName)
Set the name that must be used on the project's jad file after deployment

Parameters:
jadFileName - the jad file name

getJadFileName

String getJadFileName()
Return the name that must be used on the project's jad file after deployment as specified in the project's metadata file.

Returns:
the deployable jad file name.

Mobile Tools for Java
Release 1.0