DataFieldInfo class
An object, storing information about a data field, that can be detected on current data scheme. Provides field id, name and included data fields, if applicable.
The field can be compound, which means that it consists of several parts, i.e. Address field can consist of such fields as City, Street, etc. Component details are available from the Components array.
final class DataFieldInfo
Properties
Name | Type | Description |
---|---|---|
Id | String | The internal scheme identifier. |
Name | String | The human-readable name of the data scheme. If you are using a custom scheme, this is the name you set with the ISchemeBuilder.setName method. |
Components | DataFieldInfo[] |
Field components represented by DataFieldInfo objects. If the field has only one component, this array contains one element. This property may be 0, if the field is not compound. |
02.03.2022 12:59:15