public interface MutableDeviceInfo extends DeviceInfo
DeviceInfo
that facilitates the changing of its internal state.Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType()
Returns the device type that this device info instance is backed by.
|
void |
setDeviceType(DeviceType type)
Sets the device type for this device info instance.
|
evolve, exportData, getGeneration, getTypeName, importData
getFacet, getFacetClasses, getFacetClassNames, isSupported
DeviceType getDeviceType()
void setDeviceType(DeviceType type)
type
- the device typeCopyright © 2015. All Rights Reserved.