|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 #ifndef __CNTDEF_INTERNAL_HRH__ |
|
16 #define __CNTDEF_INTERNAL_HRH__ |
|
17 |
|
18 /** |
|
19 @internalComponent |
|
20 @released |
|
21 */ |
|
22 enum EContactFieldCategory |
|
23 { |
|
24 EContactCategoryNone=0, |
|
25 EContactCategoryHome=1, |
|
26 EContactCategoryWork=2, |
|
27 EContactCategoryOther=3 |
|
28 }; |
|
29 |
|
30 |
|
31 /** @internalComponent */ |
|
32 #define KIntFieldFlagHidden 0x001 |
|
33 /** @internalComponent */ |
|
34 #define KIntFieldFlagReadOnly 0x002 |
|
35 /** @internalComponent */ |
|
36 #define KIntFieldFlagSynchronize 0x004 |
|
37 /** @internalComponent */ |
|
38 #define KIntFieldFlagDisabled 0x008 |
|
39 /** @internalComponent */ |
|
40 #define KIntFieldFlagFilterable 0x010 |
|
41 /** @internalComponent */ |
|
42 #define KIntFieldFlagFilterable1 0x020 |
|
43 /** @internalComponent */ |
|
44 #define KIntFieldFlagFilterable2 0x040 |
|
45 /** @internalComponent */ |
|
46 #define KIntFieldFlagFilterable3 0x080 |
|
47 /** @internalComponent */ |
|
48 #define KIntFieldFlagFilterable4 0x100 |
|
49 |
|
50 #endif //__CNTDEF_INTERNAL_HRH__ |