Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.sdk.device.midp.MIDPAPIType

Packages that use MIDPAPIType
org.eclipse.mtj.core.sdk.device.midp This package provides an API for managing MIDP devices. 
 

Uses of MIDPAPIType in org.eclipse.mtj.core.sdk.device.midp
 

Methods in org.eclipse.mtj.core.sdk.device.midp that return MIDPAPIType
static MIDPAPIType MIDPAPIType.getMIDPAPITypeByCode(int code)
          Return a MIDPAPIType associated with the informed code
 MIDPAPIType IMIDPAPI.getType()
          Return the type of the IMIDPAPI instance.
static MIDPAPIType MIDPAPIType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MIDPAPIType[] MIDPAPIType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.mtj.core.sdk.device.midp with parameters of type MIDPAPIType
 IMIDPAPI IMIDPLibrary.getAPI(MIDPAPIType apiType)
          Return the first IMIDPAPI instance that matches the specified API type.
 void IMIDPAPI.setType(MIDPAPIType type)
          Set the type of the IMIDPAPI instance.
 


Mobile Tools for Java
Release 1.0