Skip to content

Commit 2eb247e

Browse files
Copilotrousso
andauthored
Add SdkNoticeSubtype to entity package README (#42)
* Initial plan * Add SdkNoticeSubtype reference to entity README Co-authored-by: rousso <91379+rousso@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rousso <91379+rousso@users.noreply.github.com>
1 parent a73e4fc commit 2eb247e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/main/java/eu/europa/ted/eforms/sdk/entity

src/main/java/eu/europa/ted/eforms/sdk/entity/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Common Entities
22

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

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

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

0 commit comments

Comments
 (0)