Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/types01/Types01"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | types01
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
| Meta_AddCategoryToCategory = true
| Meta_AddCategoryToCategory = true
}}
}}
Bundle: [[Artefact:Bundle/net/leue/andreas/sandbox/types01/Types01]]


== Code ==
== Code ==
Line 12: Line 14:
<wiml>
<wiml>
* Types01 CoreClass
* Types01 CoreClass
** boolean boolean
** A01 boolean
** byte byte
** A02 byte
** short short
** A03 short
** int int
** A04 int
** long long
** A05 long
** float float
** A06 float
** double double
** A07 double
** char char
** A08 char
</wiml>
</wiml>

Latest revision as of 10:48, 30 March 2026

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Model
More
Download Code
Namespace (more)

Private namespace of Andreas Leue.

create new pages

Bundle: Artefact:Bundle/net/leue/andreas/sandbox/types01/Types01

Code[edit]

Types01
«CoreClass»
A01boolean«»
A02byte«»
A03short«»
A04int«»
A05long«»
A06float«»
A07double«»
A08char«»