All Classes and Interfaces

Class
Description
Abstract super class for Datatype implementations.
Abstract base class for datatype helpers.
Abstract base class for datatypes representing a Java primtive like boolean.
Abstract base class for all primitive datatypes.
A ConversionGenerator that ...
Abstract base class for helpers for time data types.
A datatype that is used to represent any type of data, similiar to java.lang.Object.
Datatype representing an array of primitive Datatypes with a dimension.
A helper class for ArrayOfValueDatatype.
Interface that defines functionality needed to generate source code for data types.
Base class for Joda-Time DatatypeHelper implementations
Data type for BigDecimal.
 
Datatype for Boolean.
 
 
Represents a language independent source code fragment.
A collection of utility methods related to sourcecode generation.
The ConversionCodeGenerator extends the ConversionMatrix with the ability to generate the Java source code needed to convert the value of a given data type to another (if the conversion is possible).
A ConversionMatric holds the information if the value of a datatype can be converted into the value of another datatype.
 
The type of data similar to a Java class.
A Comparator of Datatypes, comparing them by their qualified name.
 
Interface that defines functionality needed to generate Java sourcecode for datatypes.
A registry for DatatypeHelper.
A Datatype for the java.util.Date class.
Datatype for Decimal.
 
 
A default DatatypeHelperRegistry.
 
A generic value datatype that makes an existing Java class (already loaded by the classloader) available as datatype.
 
 
A value datatype representing an enumeration of values.
Generic enum datatype.
The generic value datatype is used to make a Java class (representing a value) available as value datatype.
A datatype using the GregorianCalendar class to represent dates without any information about the time.
 
A AbstractTimeHelper that supports a LocalDate datatype.
 
An ImportDeclaration is an ordered set of import statements.
Datatype for Integer.
 
 
 
 
This is the datatype for international strings.
 
Adapter that allows to use any Java class (that is not a value) as datatype.
The class represents a Java source code fragment.
A builder to create JavaCodeFragments with a uniform coding style.
Datatype representing a list of objects of a basic datatype.
A helper class for lists of values.
Datatype for org.joda.time.LocalDate.
 
Datatype for org.joda.time.LocalDateTime.
 
 
 
 
 
A LocalizedStringsSet is a set of strings available in different locales.
Datatype for org.joda.time.LocalTime.
 
Datatype for Long.
 
 
 
 
Datatype for Money.
 
 
A ValueDatatype that can have a human readable name (for example currency symbols like $ and € or full names like "annual payment" or "monthly payment") for each of its values.
Special value datatype representing numbers.
Datatype for the primitive boolean.
 
Extended DatatypeHelper variant for data types representing Java's primitives.
Datatype for the primitive int.
 
 
 
 
 
Datatype for the primitive long.
 
 
 
 
Datatype for Strings.
Deprecated.
since 3.17 the datatype does not need to know its java class name.
A datatype that represents a Java class representing a value, for example java.lang.String.
A datatype representing values (in contrast to reference objects).
The datatype void representing Void.