Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.sdk.device.midp.library.api.APIType

Packages that use APIType
org.eclipse.mtj.core.sdk.device.midp.library This package provides an API for managing library elements. 
org.eclipse.mtj.core.sdk.device.midp.library.api This package provides an API for managing the API provided by an ILibrary instance. 
 

Uses of APIType in org.eclipse.mtj.core.sdk.device.midp.library
 

Methods in org.eclipse.mtj.core.sdk.device.midp.library with parameters of type APIType
 API ILibrary.getAPI(APIType apiType)
          Return the first API with a type matching the specified API type or null if none can be found.
 

Uses of APIType in org.eclipse.mtj.core.sdk.device.midp.library.api
 

Fields in org.eclipse.mtj.core.sdk.device.midp.library.api declared as APIType
static APIType APIType.CONFIGURATION
          An API that acts as a configuration
static APIType APIType.OPTIONAL
          An API that is optional
static APIType APIType.PROFILE
          An API that acts as a profile
static APIType APIType.UNKNOWN
          An API that is an unknown type
 

Methods in org.eclipse.mtj.core.sdk.device.midp.library.api that return APIType
 APIType API.getType()
           
static APIType APIType.typeForCode(int typeCode)
          Return the type associated with the specified code.
 

Methods in org.eclipse.mtj.core.sdk.device.midp.library.api with parameters of type APIType
 void API.setType(APIType type)
           
 


Mobile Tools for Java
Release 1.0