Scheme constructor
Initializes a new instance of the Scheme class.
public Scheme(
String id,
Field field
);
Parameters
- id
- Internal scheme identifier, corresponding to the id, returned by the getId method of the DataScheme class. For a human-readable scheme name which you can display to the user, see the setName method of the Scheme class.
- field
- A human-readable name of the custom field, represented by a Field class object.
Note: Currently only one data field can correspond a custom data scheme.
02.03.2022 12:59:15