addScheme method of the IDataCaptureProfileBuilder interface
Adds a new empty scheme configuration to the profile builder. The scheme is then configured using the ISchemeBuilder interface methods.
ISchemeBuilder addScheme( String id );
Parameters
- id
- Internal scheme identifier, corresponds to the Id property of the DataScheme class. For a human-readable scheme name which you can display to the user, see ISchemeBuilder.setName.
Return values
The method returns an ISchemeBuilder instance.
3/2/2022 12:59:15 PM