{ } }
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.state.accessors.deviceclass
Interface DeviceClassAccessor

All Superinterfaces:
Accessor, Disposable
All Known Subinterfaces:
DeviceClassAccessorController
public interface DeviceClassAccessor
extends Accessor

Provides read access to the device class information of the state.

Since:
8.0

Method Summary
 DeviceClass getDeviceClass()
          Returns the device class of the state information.
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

getDeviceClass

DeviceClass getDeviceClass()
Returns the device class of the state information.

Returns:
the device classes set for the state information or null if no device class has been set.
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD