|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use APIType | |
|---|---|
| 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.library.impl | This package provides basic implementations for the library interfaces. |
| Uses of APIType in org.eclipse.mtj.core.model.library |
|---|
| Methods in org.eclipse.mtj.core.model.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.model.library.api |
|---|
| Fields in org.eclipse.mtj.core.model.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.model.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.model.library.api with parameters of type APIType | |
|---|---|
void |
API.setType(APIType type)
|
| Uses of APIType in org.eclipse.mtj.core.model.library.impl |
|---|
| Methods in org.eclipse.mtj.core.model.library.impl with parameters of type APIType | |
|---|---|
API |
Library.getAPI(APIType apiType)
|
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||