+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
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()
          Return 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.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD