Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/main/java/eu/europa/ted/eforms/sdk/entity/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Common Entities

The entities in this package can be used while reading data from the eForms SDK. Currently there are only three entities implemented here:
The entities in this package can be used while reading data from the eForms SDK. Currently there are only four entities implemented here:

* `SdkField`: Can hold basic information about a field.
* `SdkNode`: Can hold basic information about a node and reconstruct the node hierarchy.
* `SdkCodelist`: Can hold codelist information including its codes.
* `SdkNoticeSubtype`: Can hold information about a notice subtype from the SDK's notice-types.json file.

All the classes are abstract so that they can have specific implementations for different major versions of the eForms SDK if needed.

Expand Down