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

Type CalendarEntry

object --+
         |
        CalendarEntry

Known Subclasses:
CalendarEntry

Transient class to handle calendar data being sent to, retrieved from the phone.
Method Summary
  __init__(self, phone, value, fundamentals)
  getvalue(self)
  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
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                                                                     

Class Variable Details

ALARM_10M

Type:
int
Value:
2                                                                     

ALARM_15M

Type:
int
Value:
3                                                                     

ALARM_1D

Type:
int
Value:
8                                                                     

ALARM_1HR

Type:
int
Value:
5                                                                     

ALARM_30M

Type:
int
Value:
4                                                                     

ALARM_3HR

Type:
int
Value:
6                                                                     

ALARM_5HR

Type:
int
Value:
7                                                                     

ALARM_5M

Type:
int
Value:
1                                                                     

ALARM_ONTIME

Type:
int
Value:
0                                                                     

ALERT_LIGHT

Type:
int
Value:
2                                                                     

ALERT_TONE

Type:
int
Value:
0                                                                     

ALERT_VIBRATE

Type:
int
Value:
1                                                                     

REP_DAILY

Type:
int
Value:
2                                                                     

REP_MONTHLY

Type:
int
Value:
6                                                                     

REP_NONE

Type:
int
Value:
0                                                                     

REP_ONCE

Type:
int
Value:
0                                                                     

REP_WEEKLY

Type:
int
Value:
5                                                                     

REP_YEARLY

Type:
int
Value:
7                                                                     

TZ_AKDT

Type:
int
Value:
9                                                                     

TZ_AKST

Type:
int
Value:
8                                                                     

TZ_CDT

Type:
int
Value:
3                                                                     

TZ_CST

Type:
int
Value:
2                                                                     

TZ_EDT

Type:
int
Value:
1                                                                     

TZ_EST

Type:
int
Value:
0                                                                     

TZ_GMT

Type:
int
Value:
12                                                                    

TZ_HADT

Type:
int
Value:
11                                                                    

TZ_HAST

Type:
int
Value:
10                                                                    

TZ_MDT

Type:
int
Value:
5                                                                     

TZ_MST

Type:
int
Value:
4                                                                     

TZ_PDT

Type:
int
Value:
7                                                                     

TZ_PST

Type:
int
Value:
6                                                                     

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