Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit fd85029

Browse files
author
Atlassian Bamboo
committed
Updating raw Java classes to 1.1.2-SNAPSHOT
1 parent dca807a commit fd85029

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/main/java/io/adminshell/aas/v3/model/KeyElements.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ public enum KeyElements {
5959
*/
6060
CAPABILITY,
6161

62+
/**
63+
*/
64+
CONCEPT_DICTIONARY,
65+
6266
/**
6367
* Data Element is abstract, i.e. if a key uses 'DataElement' the reference may be a Property, a
6468
* File etc.

src/main/java/io/adminshell/aas/v3/model/ReferableElements.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ public enum ReferableElements {
5050
*/
5151
CAPABILITY,
5252

53+
/**
54+
*/
55+
CONCEPT_DICTIONARY,
56+
5357
/**
5458
* Data Element is abstract, i.e. if a key uses 'DataElement' the reference may be a Property, a
5559
* File etc.

0 commit comments

Comments
 (0)