MigratoryData Client API for iOS
Developer's Guide and Reference Manual
MigratoryDataField.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2007-2019 Migratory Data Systems (http://migratorydata.com)
3  * ALL RIGHTS RESERVED. Use is subject to license terms.
4  */
5 #import <Foundation/Foundation.h>
6 
15 @interface MigratoryDataField : NSObject {
16 @private
17  NSString *_name;
18  NSString *_value;
19 }
20 
27 - (id) init: (NSString *)name value:(NSString *)value;
28 
34 - (NSString *) getName;
35 
41 - (NSString *) getValue;
42 
43 @end
NSString * getName()
Get the field name.
Represent a message field.
Definition: MigratoryDataField.h:15
NSString * getValue()
Get the field value.