Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/types02/Types02"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | types02
Jump to navigationJump to search
 
(6 intermediate revisions by 2 users not shown)
Line 7: Line 7:
| Meta_AddCategoryToCategory = true
| Meta_AddCategoryToCategory = true
}}
}}
== Description ==
Opional erfordert boxed types (Boolean...)


== Code ==
== Code ==


<wiml>
<wiml>
* Types02
// * Types02 CoreClass
** A1 boolean
** A01 boolean Optional
  + XMLogic
** A02 byte Optional
    - Optional = true
** A03 short Optional
** A2 byte
** A04 int Optional
  + XMLogic
** A05 long Optional
    - Optional = true
** A06 float Optional
** A3 char
** A07 double Optional
  + XMLogic
** A08 char Optional
    - Optional = true
** A4 short
  + XMLogic
    - Optional = true
** A5 int
  + XMLogic
    - Optional = true
** A6 long
  + XMLogic
    - Optional = true
** A7 float
  + XMLogic
    - Optional = true
** A8 double
  + XMLogic
    - Optional = true
</wiml>
</wiml>

Latest revision as of 08:25, 28 April 2011

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

Description[edit]

Opional erfordert boxed types (Boolean...)

Code[edit]

disabled
Types02
«CoreClass»
A01boolean«Optional»
A02byte«Optional»
A03short«Optional»
A04int«Optional»
A05long«Optional»
A06float«Optional»
A07double«Optional»
A08char«Optional»