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

Commit a511ea3

Browse files
author
Atlassian Bamboo
committed
Updating raw Java classes to 1.1.2-SNAPSHOT
1 parent 7abf17c commit a511ea3

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,59 +15,59 @@ public enum DataTypeIEC61360 {
1515

1616
/**
1717
*/
18-
BOOLEAN,
18+
Boolean,
1919

2020
/**
2121
*/
22-
DATE,
22+
Date,
2323

2424
/**
2525
*/
26-
INTEGERCOUNT,
26+
IntegerCount,
2727

2828
/**
2929
*/
30-
INTEGERCURRENCY,
30+
IntegerCurrency,
3131

3232
/**
3333
*/
34-
INTEGERMEASURE,
34+
IntegerMeasure,
3535

3636
/**
3737
*/
38-
RATIONAL,
38+
Rational,
3939

4040
/**
4141
*/
42-
RATIONALMEASURE,
42+
RationalMeasure,
4343

4444
/**
4545
*/
46-
REALCOUNT,
46+
RealCount,
4747

4848
/**
4949
*/
50-
REALCURRENCY,
50+
RealCurrency,
5151

5252
/**
5353
*/
54-
REALMEASURE,
54+
RealMeasure,
5555

5656
/**
5757
*/
58-
STRING,
58+
String,
5959

6060
/**
6161
*/
62-
STRINGTRANSLATABLE,
62+
StringTranslatable,
6363

6464
/**
6565
*/
66-
TIME,
66+
Time,
6767

6868
/**
6969
*/
70-
TIMESTAMP,
70+
Timestamp,
7171

7272
/**
7373
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public enum EntityType {
1717
* For co-managed entities there is no separate AAS. Co-managed entities need to be part of a
1818
* self-managed entity.
1919
*/
20-
COMANAGEDENTITY,
20+
CoManagedEntity,
2121

2222
/**
2323
* Self-Managed Entities have their own AAS but can be part of the bill of material of a composite

0 commit comments

Comments
 (0)