Uses of Class
org.faktorips.datatype.AbstractDatatype
Packages that use AbstractDatatype
Package
Description
-
Uses of AbstractDatatype in org.faktorips.datatype
Subclasses of AbstractDatatype in org.faktorips.datatypeModifier and TypeClassDescriptionclassAbstract base class for datatypes representing a Java primtive like boolean.classDatatype representing an array of primitive Datatypes with a dimension.classThis is the datatype for international strings.classAdapter that allows to use any Java class (that is not a value) as datatype.classDatatype representing a list of objects of a basic datatype.classDatatype for the primitiveboolean.classDatatype for the primitiveint.classDatatype for the primitivelong.classDeprecated.since 3.17 the datatype does not need to know its java class name.classA datatype that represents a Java class representing a value, for examplejava.lang.String.classThe datatype void representingVoid. -
Uses of AbstractDatatype in org.faktorips.datatype.classtypes
Subclasses of AbstractDatatype in org.faktorips.datatype.classtypesModifier and TypeClassDescriptionclassData type forBigDecimal.classDatatype forBoolean.classclassA Datatype for thejava.util.Dateclass.classDatatype forDecimal.classclassA datatype using the GregorianCalendar class to represent dates without any information about the time.classclassDatatype forInteger.classDatatype forLong.classDatatype forMoney.classDatatype for Strings. -
Uses of AbstractDatatype in org.faktorips.datatype.joda
Subclasses of AbstractDatatype in org.faktorips.datatype.joda