Mobile Tools for Java
Release 1.0

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

All Superinterfaces:
IMetaData

public interface IMIDPMetaData
extends IMetaData

EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.

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
getRuntime, getSignatureProperties, getVersion, saveMetaData, saveMetaDataToFile, 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:

Mobile Tools for Java
Release 1.0