Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.model.Version

Packages that use Version
org.eclipse.mtj.core.model The MTJ model is the set of classes that model the objects associated with creating, editing, and building a Java ME application. 
org.eclipse.mtj.core.model.jad This package provides an API for managing the Java Application Descriptor (jad). 
org.eclipse.mtj.core.model.library This package provides an API for managing the libraries available on a device (JSRs). 
org.eclipse.mtj.core.model.library.api This package provides an API for managing the API provided by an ILibrary instance. 
org.eclipse.mtj.core.model.preverifier.impl This package provides basic implementations for the preverification support interfaces. 
org.eclipse.mtj.core.model.project This package provides an API for managing MIDlet suite projects. 
 

Uses of Version in org.eclipse.mtj.core.model
 

Methods in org.eclipse.mtj.core.model with parameters of type Version
 int Version.compareTo(Version version)
           
 boolean Version.equals(Version version)
          Return a boolean indicating the equality of the specified version to this version.
 

Uses of Version in org.eclipse.mtj.core.model.jad
 

Methods in org.eclipse.mtj.core.model.jad that return Version
 Version ApplicationDescriptor.getConfigurationSpecificationVersion()
          Return the configuration specification version associated with this JAD file.
 

Uses of Version in org.eclipse.mtj.core.model.library
 

Methods in org.eclipse.mtj.core.model.library that return Version
 Version LibrarySpecification.getVersion()
           
 

Methods in org.eclipse.mtj.core.model.library with parameters of type Version
 void LibrarySpecification.setVersion(Version version)
           
 

Uses of Version in org.eclipse.mtj.core.model.library.api
 

Methods in org.eclipse.mtj.core.model.library.api that return Version
 Version API.getVersion()
           
 

Methods in org.eclipse.mtj.core.model.library.api with parameters of type Version
static API APIRegistry.getAPI(String identifier, Version version)
          Return the API with the specified identifier and version.
 void API.setVersion(Version version)
           
 

Uses of Version in org.eclipse.mtj.core.model.preverifier.impl
 

Methods in org.eclipse.mtj.core.model.preverifier.impl with parameters of type Version
protected  boolean StandardPreverifier.isCLDC1_0(Version configVersion)
          Return a boolean indicating whether the specified configuration is a 1.0 CLDC config.
 

Uses of Version in org.eclipse.mtj.core.model.project
 

Methods in org.eclipse.mtj.core.model.project that return Version
 Version MetaData.getVersion()
           
 


Mobile Tools for Java
Release 1.0