|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMIDPLibrary
Represents a library available on IMIDPDevice
's.
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 | |
---|---|
IMIDPAPI |
getAPI(MIDPAPIType apiType)
Return the first IMIDPAPI instance that matches the specified API
type. |
IMIDPAPI |
getConfiguration()
Return the IMIDPAPI instance that corresponds to a configuration. |
IMIDPAPI |
getProfile()
Return the IMIDPAPI instance that corresponds to a profile. |
boolean |
hasConfiguration()
Return a boolean indicating whether this library contains a configuration. |
boolean |
hasProfile()
Return a boolean indicating whether this library contains a profile. |
Methods inherited from interface org.eclipse.mtj.core.sdk.device.ILibrary |
---|
getAccessRules, getAPIs, getSourceAttachmentPath, getSourceAttachmentRootPath, setAccessRules, setApis, setJavadocURL, setLibraryFile, setSourceAttachmentPath, setSourceAttachmentRootPath, toClasspathEntry, toFile, toURL |
Methods inherited from interface org.eclipse.mtj.core.persistence.IPersistable |
---|
loadUsing, storeUsing |
Method Detail |
---|
IMIDPAPI getAPI(MIDPAPIType apiType)
IMIDPAPI
instance that matches the specified API
type.
apiType
- the type of API to be returned.
IMIDPAPI
instance that matches the specified
API type or null
if none can be found.IMIDPAPI getConfiguration()
IMIDPAPI
instance that corresponds to a configuration.
IMIDPAPI
instance or null
if
this library does not provide a configuration.IMIDPAPI getProfile()
IMIDPAPI
instance that corresponds to a profile.
IMIDPAPI
instance or null
if
this library does not provide a profile.boolean hasConfiguration()
true
if this library contains a configuration or
false
otherwise.boolean hasProfile()
true
if this library contains a profile or
false
otherwise.
|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |