MigratoryData Client API for iOS
Developer's Guide and Reference Manual
MigratoryDataField Class Reference

Represent a message field. More...

Inheritance diagram for MigratoryDataField:

Instance Methods

(id) - init:value:
 Create a MigratoryDataField object. More...
 
(NSString *) - getName
 Get the field name. More...
 
(NSString *) - getValue
 Get the field value. More...
 

Detailed Description

Represent a message field.

Method Documentation

◆ init:value:()

- (id) init: (NSString *)  name
value: (NSString *)  value 

Create a MigratoryDataField object.

Parameters
nameThe field name
valueThe field value

◆ getName()

- (NSString *) getName

Get the field name.

Returns
A string representing the field name.

◆ getValue()

- (NSString *) getValue

Get the field value.

Returns
A string representing the field value.