phonebookengines/VirtualPhonebook/inc/VPbkSimCntFieldTypes.hrh
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
child 85 38bb213f60ba
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Field types for SIM contacts
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef VPBKSIMCNTFIELDTYPES_HRH
       
    20 #define VPBKSIMCNTFIELDTYPES_HRH
       
    21 
       
    22 
       
    23 // DATA TYPES
       
    24 enum TVPbkSimCntFieldType
       
    25     {
       
    26     EVPbkSimName = 1, // ETel ETagPBText
       
    27     EVPbkSimGsmNumber = 2, // ETel ETagPBNumber
       
    28     EVPbkSimAdditionalNumber = 3, //  ETagPBAnrStart
       
    29     EVPbkSimNickName = 4, // ETel ETagPBSecondName
       
    30     EVPbkSimReading = 5, // ETel ETagPBSecondName
       
    31     EVPbkSimEMailAddress = 6, // ETagPBEmailAddress
       
    32     EVPbkSimGroupName = 7, // ETel ETagPBGroupName
       
    33     EVPbkSimUnknownType = 8,
       
    34     EVPbkSimAdditionalNumber1 = 9,  // ETagPBAnrStart the first additional number
       
    35     EVPbkSimAdditionalNumber2 = 10,  // ETagPBAnrStart the second additional number
       
    36     EVPbkSimAdditionalNumber3 = 11,  // ETagPBAnrStart the third additional number
       
    37     EVPbkSimAdditionalNumberLast = EVPbkSimAdditionalNumber  // ETagPBAnrStart the fourth additional number and so on.
       
    38     };
       
    39 
       
    40 
       
    41 #endif // VPBKSIMCNTFIELDTYPES_HRH
       
    42 
       
    43 // End of File