Package org.faktorips.datatype
package org.faktorips.datatype
-
ClassDescriptionAbstract super class for Datatype implementations.Abstract base class for datatypes representing a Java primtive like boolean.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.AConversionMatricholds 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 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.This is the datatype for international strings.Adapter that allows to use any Java class (that is not a value) as datatype.Datatype representing a list of objects of a basic datatype.AValueDatatypethat 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 primitiveboolean.Datatype for the primitiveint.Datatype for the primitivelong.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 examplejava.lang.String.A datatype representing values (in contrast to reference objects).The datatype void representingVoid.