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

Commit 0ff80e8

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

3 files changed

Lines changed: 6 additions & 11 deletions

File tree

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

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

16-
/**
17-
* Custom identifiers like GUIDs (globally unique Identifiers)
18-
*/
19-
CUSTOM,
20-
2116
/**
2217
* IRDI according to ISO29002-5 as an Identifier scheme for properties and classifications.
2318
*/
@@ -36,6 +31,6 @@ public enum KeyType {
3631
/**
3732
* idShort of a referable element
3833
*/
39-
IDSHORT;
34+
ID_SHORT;
4035

4136
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
public enum LevelType {
1616

1717
/**
18-
* MAX according to IEC 61360 as an Identifier scheme for maximal levels.
18+
* Max according to IEC 61360 as an Identifier scheme for maximal levels.
1919
*/
2020
MAX,
2121

2222
/**
23-
* MIN according to IEC 61360 as an Identifier scheme for minimal levels.
23+
* Min according to IEC 61360 as an Identifier scheme for minimal levels.
2424
*/
2525
MIN,
2626

2727
/**
28-
* NOM according to IEC 61360 as an Identifier scheme for nominal levels.
28+
* Nom according to IEC 61360 as an Identifier scheme for nominal levels.
2929
*/
3030
NOM,
3131

3232
/**
33-
* TYP according to IEC 61360 as an Identifier scheme for typical levels.
33+
* Typ according to IEC 61360 as an Identifier scheme for typical levels.
3434
*/
3535
TYP;
3636

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public enum LocalKeyType {
2121
/**
2222
* idShort of a referable element
2323
*/
24-
IDSHORT;
24+
ID_SHORT;
2525

2626
}

0 commit comments

Comments
 (0)