Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.sdk.device.midp
Interface IMIDPAPI

All Superinterfaces:
IAPI, IPersistable

public interface IMIDPAPI
extends IAPI

This an IAPI extension to provide utility methods to deal with MIDP/CLDC specific APIs and will be used on IMIDPDevice's.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.

Field Summary
 
Fields inherited from interface org.eclipse.mtj.core.persistence.IPersistable
CLASS_PERSISTABLE_ATTRIBUTE, ID_PERSISTABLE_ATTRIBUTE, KEY_PERSISTABLE_ATTRIBUTE, PROPERTY_PERSISTABLE_ELEMENT, REFID_PERSISTABLE_ATTRIBUTE, VALUE_PERSISTABLE_ATTRIBUTE
 
Method Summary
 MIDPAPIType getType()
          Return the type of the IMIDPAPI instance.
 void setType(MIDPAPIType type)
          Set the type of the IMIDPAPI instance.
 
Methods inherited from interface org.eclipse.mtj.core.sdk.device.IAPI
getIdentifier, getName, getVersion, setIdentifier, setName, setVersion, toString
 
Methods inherited from interface org.eclipse.mtj.core.persistence.IPersistable
loadUsing, storeUsing
 

Method Detail

getType

MIDPAPIType getType()
Return the type of the IMIDPAPI instance.

Returns:
the API type

setType

void setType(MIDPAPIType type)
Set the type of the IMIDPAPI instance.

Parameters:
type - the type to set

Mobile Tools for Java
Release 1.0