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

Commit b4ebd41

Browse files
author
Atlassian Bamboo
committed
Updating raw Java classes to 1.0.3-SNAPSHOT
1 parent 6f25280 commit b4ebd41

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ public enum KeyElements {
107107
@IRI("https://admin-shell.io/aas/3/0/RC01/ReferableElements/Event")
108108
EVENT,
109109

110+
/**
111+
*/
112+
@IRI("https://admin-shell.io/aas/3/0/RC01/ReferableElements/File")
113+
FILE,
114+
110115
/**
111116
* Property with a value that can be provided in multiple languages.
112117
*/

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ public enum ReferableElements {
9696
@IRI("https://admin-shell.io/aas/3/0/RC01/ReferableElements/Event")
9797
EVENT,
9898

99+
/**
100+
*/
101+
@IRI("https://admin-shell.io/aas/3/0/RC01/ReferableElements/File")
102+
FILE,
103+
99104
/**
100105
* Property with a value that can be provided in multiple languages.
101106
*/

0 commit comments

Comments
 (0)