setName: method of the RTRDataFieldBuilder protocol
Sets the field name.
- (id<RTRDataFieldBuilder>)setName:(NSString*)name;
Parameters
- name
- The new field name.
Return values
The method returns the same RTRDataFieldBuilder object on which it was called.
3/2/2022 12:59:15 PM