|
MigratoryData Client API for iOS
Developer's Guide and Reference Manual
|
Represent a message field. More...
Instance Methods | |
| (id) | - init:value: |
| Create a MigratoryDataField object. More... | |
| (NSString *) | - getName |
| Get the field name. More... | |
| (NSString *) | - getValue |
| Get the field value. More... | |
Represent a message field.
| - (id) init: | (NSString *) | name | |
| value: | (NSString *) | value | |
Create a MigratoryDataField object.
| name | The field name |
| value | The field value |
| - (NSString *) getName |
Get the field name.
| - (NSString *) getValue |
Get the field value.