This repository was archived by the owner on Feb 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/io/adminshell/aas/v3/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 */
1414public 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}
Original file line number Diff line number Diff line change 1515public 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
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ public enum LocalKeyType {
2121 /**
2222 * idShort of a referable element
2323 */
24- IDSHORT ;
24+ ID_SHORT ;
2525
2626}
You can’t perform that action at this time.
0 commit comments