Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire