Package phones :: Module com_samsungscha870 :: Class CalendarEntry
[show private | hide private]
[frames | no frames]

Type CalendarEntry

   object --+    
            |    
CalendarEntry --+
                |
               CalendarEntry


Transient class to handle calendar data being sent to, retrieved from the phone.
Method Summary
  getvalue(self)
    Inherited from CalendarEntry
  __init__(self, phone, value, fundamentals)
  writetobuffer(self, buf)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
    Inherited from CalendarEntry
int ALARM_10M = 2                                                                     
int ALARM_15M = 3                                                                     
int ALARM_1D = 8                                                                     
int ALARM_1HR = 5                                                                     
int ALARM_30M = 4                                                                     
int ALARM_3HR = 6                                                                     
int ALARM_5HR = 7                                                                     
int ALARM_5M = 1                                                                     
int ALARM_ONTIME = 0                                                                     
int ALERT_LIGHT = 2                                                                     
int ALERT_TONE = 0                                                                     
int ALERT_VIBRATE = 1                                                                     
int REP_DAILY = 2                                                                     
int REP_MONTHLY = 6                                                                     
int REP_NONE = 0                                                                     
int REP_ONCE = 0                                                                     
int REP_WEEKLY = 5                                                                     
int REP_YEARLY = 7                                                                     
int TZ_AKDT = 9                                                                     
int TZ_AKST = 8                                                                     
int TZ_CDT = 3                                                                     
int TZ_CST = 2                                                                     
int TZ_EDT = 1                                                                     
int TZ_EST = 0                                                                     
int TZ_GMT = 12                                                                    
int TZ_HADT = 11                                                                    
int TZ_HAST = 10                                                                    
int TZ_MDT = 5                                                                     
int TZ_MST = 4                                                                     
int TZ_PDT = 7                                                                     
int TZ_PST = 6                                                                     

Generated by Epydoc 2.1 on Fri Aug 15 18:58:30 2008 http://epydoc.sf.net