palmos
Class SystemPreferences

java.lang.Object
  |
  +--palmos.SystemPreferences

public class SystemPreferences
extends java.lang.Object


Field Summary
 byte alarmSoundLevel
           
 byte autoOffDuration
           
 byte country
           
 byte dateFormat
           
 boolean deviceLocked
           
 boolean hideSecretRecords
           
 byte longDateFormat
           
 byte numberFormat
           
 byte sysBatteryKind
           
 short sysPrefFlags
           
 byte sysSoundLevel
           
 byte timeFormat
           
 short version
           
 byte weekStartDay
           
 
Constructor Summary
SystemPreferences()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

version

public short version

country

public byte country

dateFormat

public byte dateFormat

longDateFormat

public byte longDateFormat

weekStartDay

public byte weekStartDay

timeFormat

public byte timeFormat

numberFormat

public byte numberFormat

autoOffDuration

public byte autoOffDuration

sysSoundLevel

public byte sysSoundLevel

alarmSoundLevel

public byte alarmSoundLevel

hideSecretRecords

public boolean hideSecretRecords

deviceLocked

public boolean deviceLocked

sysPrefFlags

public short sysPrefFlags

sysBatteryKind

public byte sysBatteryKind
Constructor Detail

SystemPreferences

public SystemPreferences()