public static interface IDataCaptureProfileBuilder.ISchemeBuilder
Modifier and Type | Method and Description |
---|---|
IDataCaptureProfileBuilder.IFieldBuilder |
addField(java.lang.String id)
Add a field to the scheme
|
IDataCaptureProfileBuilder.ISchemeBuilder |
setName(java.lang.String name)
Set the name of the scheme
|
IDataCaptureProfileBuilder.ISchemeBuilder setName(java.lang.String name)
name
- is the display name for the schemeIDataCaptureProfileBuilder.IFieldBuilder addField(java.lang.String id)
id
- is the string id for the new field