Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/types03/Types03"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | types03
Jump to navigationJump to search
Line 15: Line 15:
^^ java.lang.Byte,java.lang.Short
^^ java.lang.Byte,java.lang.Short
^^ java.lang.Integer
^^ java.lang.Integer
** A01 Boolean
** Boolean Boolean
** A02 Byte
** Byte Byte
** A03 Short
** Short Short
** A04 Integer
** Integer Integer
** A05 Long
** Long Long
** A06 Float
** Float Float
** A07 Double
** Double Double
** A08 Character
** Character Character
** A09 String
** String String
** A10 Date
** Date Date
</wiml>
</wiml>

Revision as of 16:12, 10 June 2010

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

Code[edit]

Types03
«CoreClass»
...
java.lang.Boolean
java.lang.Byte
java.lang.Short
java.lang.Integer
BooleanBoolean«»
ByteByte«»
ShortShort«»
IntegerInteger«»
LongLong«»
FloatFloat«»
DoubleDouble«»
CharacterCharacter«»
StringString«»
DateDate«»