/headers/AddressBookUI/ABVCardParameter.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class NSMutableArray, NSString;
00010 
00011 @interface ABVCardParameter : NSObject
00012 {
00013     NSString *_name;
00014     NSString *_grouping;
00015     id _value;
00016     NSMutableArray *_types;
00017     BOOL _primary;
00018 }
00019 
00020 - (id)initWithName:(id)fp8;
00021 - (void)dealloc;
00022 - (void)finalize;
00023 - (void)setValue:(id)fp8;
00024 - (void)addType:(id)fp8;
00025 - (void)addTypes:(id)fp8;
00026 - (id)types;
00027 - (id)name;
00028 - (void)setGrouping:(id)fp8;
00029 - (id)grouping;
00030 - (id)value;
00031 - (BOOL)isPrimary;
00032 - (void)setIsPrimary:(BOOL)fp8;
00033 - (id)description;
00034 
00035 @end
00036