com.free2be.dimensions.device
Interface Hardware

All Superinterfaces:
DeviceComponent, java.io.Serializable
All Known Implementing Classes:
HardwareProfile, SimpleHardware

public interface Hardware
extends DeviceComponent


Field Summary
static java.lang.String PC_TYPE
           
static java.lang.String PDA_TYPE
           
static java.lang.String PHONE_TYPE
           
 
Method Summary
 java.lang.String getModel()
          The manufacturer's model name.
 java.lang.String getPreferredType()
          Describes in a general sense the type of device the caller is using.
 java.lang.Integer getScreenHeightInPixels()
           
 java.lang.Integer getScreenWidthInPixels()
           
 java.lang.String getVendor()
           
 
Methods inherited from interface com.free2be.dimensions.device.DeviceComponent
getAsXml
 

Field Detail

PDA_TYPE

static final java.lang.String PDA_TYPE
See Also:
Constant Field Values

PHONE_TYPE

static final java.lang.String PHONE_TYPE
See Also:
Constant Field Values

PC_TYPE

static final java.lang.String PC_TYPE
See Also:
Constant Field Values
Method Detail

getVendor

java.lang.String getVendor()

getModel

java.lang.String getModel()
The manufacturer's model name.


getPreferredType

java.lang.String getPreferredType()
Describes in a general sense the type of device the caller is using. Enumerated at the top. This is the preferred type since some devices may represent multiple types (such as a pda phone). The system should define an order of preferred types and each call may also prefer one type over another.


getScreenHeightInPixels

java.lang.Integer getScreenHeightInPixels()

getScreenWidthInPixels

java.lang.Integer getScreenWidthInPixels()