Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface PhysicalDeviceMetaData


public interface PhysicalDeviceMetaData

Method Summary
 java.lang.String[] getExistingMimeTypes()
          Return the list of the mimetypes that's specified so far already.
 java.lang.String[] getManufacturers()
          Return all the unique manufacturers that's stored in the current PhysicalDevice repository.
 java.lang.String[] getModels(java.lang.String manufacturer)
          Return all the unique models for the given manufacturer that's stored in the current PhysicalDevice repository.

 

Method Detail

getManufacturers

public java.lang.String[] getManufacturers()
Return all the unique manufacturers that's stored in the current PhysicalDevice repository. In case of empty repository, an array of length of zero is returned instead of null.

getModels

public java.lang.String[] getModels(java.lang.String manufacturer)
Return all the unique models for the given manufacturer that's stored in the current PhysicalDevice repository. In case no models can be found for the given manufacturer, an array of length of zero is returned instead of null. If the parameter passed in for manufacturer is null, an IllegalArgumentException will be thrown.

getExistingMimeTypes

public java.lang.String[] getExistingMimeTypes()
Return the list of the mimetypes that's specified so far already. This method is for UI only, do not use it for other purposes.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.