addField method of the ISchemeBuilder interface
Adds a new field to the scheme. Field properties are configured using the field builder returned by this method.
IFieldBuilder addField( String id );
Parameters
- id
- Internal field identifier, corresponds to the Id property of the DataField class. For a human-readable field name which you can display to the user, see IFieldBuilder.setName.
Return values
The method returns an IFieldBuilder instance.
02.03.2022 12:59:15