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
** Boolean Boolean
** XBoolean Boolean
** Byte Byte
** XByte Byte
** Short Short
** XShort Short
** Integer Integer
** XInteger Integer
** Long Long
** XLong Long
** Float Float
** XFloat Float
** Double Double
** XDouble Double
** Character Character
** XCharacter Character
** String String
** XString String
** Date Date
** XDate Date
</wiml>
</wiml>

Revision as of 18:20, 23 July 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
XBooleanBoolean«»
XByteByte«»
XShortShort«»
XIntegerInteger«»
XLongLong«»
XFloatFloat«»
XDoubleDouble«»
XCharacterCharacter«»
XStringString«»
XDateDate«»