Skip to content

Commit 722b77d

Browse files
committed
Merge branch 'TEDEFO-4805-efx-rules-translator' into TEDEFO-4806-tighter-type-checking
2 parents 047396d + 2eb247e commit 722b77d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ This package contains:
99

1010
* `SdkFieldRepository`: can populate a `HashMap` with `SdkField` objects read form `fields.json`
1111
* `SdkNodeRepository`: can populate a `HashMap` with `SdkNode` objects read form `fields.json`
12-
* `SdkCodelistRepository`: can populate a `HashMap` with `SdkCodelist` objects (including all codelist codes), by reading the `.gc` files from the `codelists` folder of the eForms SDK.
12+
* `SdkCodelistRepository`: can populate a `HashMap` with `SdkCodelist` objects (including all codelist codes), by reading the `.gc` files from the `codelists` folder of the eForms SDK.
13+
* `SdkNoticeTypeRepository`: can populate a `HashMap` with `SdkNoticeSubtype` objects read from `notice-types.json`

0 commit comments

Comments
 (0)