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

Commit cea0506

Browse files
author
Atlassian Bamboo
committed
Updating raw Java classes to 1.1.2-SNAPSHOT
1 parent 0ff80e8 commit cea0506

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

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

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

62-
/**
63-
*/
64-
CONCEPT_DICTIONARY,
65-
6662
/**
6763
* Data Element is abstract, i.e. if a key uses 'DataElement' the reference may be a Property, a
6864
* File etc.
@@ -101,7 +97,7 @@ public enum KeyElements {
10197

10298
/**
10399
*/
104-
RELATIONSHIPT_ELEMENT,
100+
RELATIONSHIP_ELEMENT,
105101

106102
/**
107103
* Submodel Element is abstract, i.e. if a key uses 'SubmodelElement' the reference may be a

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
*/
1414
public enum KeyType {
1515

16+
/**
17+
* Custom identifiers like GUIDs (globally unique Identifiers)
18+
*/
19+
CUSTOM,
20+
1621
/**
1722
* IRDI according to ISO29002-5 as an Identifier scheme for properties and classifications.
1823
*/

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

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

53-
/**
54-
*/
55-
CONCEPT_DICTIONARY,
56-
5753
/**
5854
* Data Element is abstract, i.e. if a key uses 'DataElement' the reference may be a Property, a
5955
* File etc.
@@ -92,7 +88,7 @@ public enum ReferableElements {
9288

9389
/**
9490
*/
95-
RELATIONSHIPT_ELEMENT,
91+
RELATIONSHIP_ELEMENT,
9692

9793
/**
9894
* Submodel Element is abstract, i.e. if a key uses 'SubmodelElement' the reference may be a

0 commit comments

Comments
 (0)