Class Primitives
java.lang.Object
org.tquadrat.foundation.javacomposer.Primitives
@UtilityClass
@ClassVersion(sourceVersion="$Id: Primitives.java 943 2021-12-21 01:34:32Z tquadrat $")
@API(status=STABLE,
since="0.0.5")
public final class Primitives
extends Object
The constants for the primitives.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: Primitives.java 943 2021-12-21 01:34:32Z tquadrat $
- Since:
- 0.0.5
- See Also:
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.javacomposer.Primitives"
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeName
The type name forboolean
.static final TypeName
The type name forbyte
.static final TypeName
The type name forchar
.static final TypeName
The type name fordouble
.static final TypeName
The type name forfloat
.static final TypeName
The type name forint
.static final TypeName
The type name forlong
.static final TypeName
The type name forshort
.static final TypeName
The type name forvoid
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BOOLEAN
The type name forboolean
. -
BYTE
The type name forbyte
. -
CHAR
The type name forchar
. -
DOUBLE
The type name fordouble
. -
FLOAT
The type name forfloat
. -
INT
The type name forint
. -
LONG
The type name forlong
. -
SHORT
The type name forshort
. -
VOID
The type name forvoid
.
-
-
Constructor Details
-
Primitives
private Primitives()No instance allowed for this class.
-