Uses of Interface
org.faktorips.datatype.Datatype
Packages that use Datatype
Package
Description
-
Uses of Datatype in org.faktorips.codegen
Methods in org.faktorips.codegen that return DatatypeModifier and TypeMethodDescriptionBaseDatatypeHelper.getDatatype()Returns the data type this is a helper for.DatatypeHelper.getDatatype()Returns the datatype this is a helper for.SingleConversionCg.getFrom()SingleConversionCg.getTo()Methods in org.faktorips.codegen with parameters of type DatatypeModifier and TypeMethodDescriptionbooleanConversionCodeGenerator.canConvert(Datatype from, Datatype to) booleanDatatypeConverter.canConvert(Datatype from, Datatype to) static final JavaCodeFragmentCodeGenUtil.convertPrimitiveToWrapper(Datatype type, JavaCodeFragment expression) ConversionCodeGenerator.getConversionCode(Datatype from, Datatype to, T fromValue) Returns the helper for the indicated datatype.voidBaseDatatypeHelper.setDatatype(Datatype datatype) Sets the data type this is a helper for.voidDatatypeHelper.setDatatype(Datatype datatype) Sets the datatype this is a helper for. -
Uses of Datatype in org.faktorips.codegen.conversion
Methods in org.faktorips.codegen.conversion that return DatatypeModifier and TypeMethodDescriptionAbstractSingleConversionCg.getFrom()Overridden method.AbstractSingleConversionCg.getTo()Overridden method.Constructors in org.faktorips.codegen.conversion with parameters of type DatatypeModifierConstructorDescriptionAbstractSingleConversionCg(Datatype from, Datatype to) Creates a new ConversionGenerator that converts from Datatype from to Datatype to. -
Uses of Datatype in org.faktorips.codegen.dthelpers
Methods in org.faktorips.codegen.dthelpers that return DatatypeModifier and TypeMethodDescriptionListOfValueDatatypeHelper.getBasicDatatype()Returns theValueDatatypeof the elements in the list.AbstractDatatypeHelper.getDatatype()InternationalStringDatatypeHelper.getDatatype()Methods in org.faktorips.codegen.dthelpers with parameters of type DatatypeModifier and TypeMethodDescriptionvoidAbstractDatatypeHelper.setDatatype(Datatype datatype) voidArrayOfValueDatatypeHelper.setDatatype(Datatype datatype) voidInternationalStringDatatypeHelper.setDatatype(Datatype datatype) Constructors in org.faktorips.codegen.dthelpers with parameters of type DatatypeModifierConstructorDescriptionAbstractDatatypeHelper(Datatype datatype) Constructs a new helper for the given datatype.AbstractPrimitiveDatatypeHelper(Datatype datatype) -
Uses of Datatype in org.faktorips.codegen.dthelpers.joda
Constructors in org.faktorips.codegen.dthelpers.joda with parameters of type DatatypeModifierConstructorDescriptionBaseJodaDatatypeHelper(Datatype datatype, String className, String parseMethod) -
Uses of Datatype in org.faktorips.datatype
Subinterfaces of Datatype in org.faktorips.datatypeModifier and TypeInterfaceDescriptioninterfaceA value datatype representing an enumeration of values.interfaceAValueDatatypethat 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.interfaceSpecial value datatype representing numbers.interfaceA datatype representing values (in contrast to reference objects).Classes in org.faktorips.datatype that implement DatatypeModifier and TypeClassDescriptionclassAbstract super class for Datatype implementations.classAbstract base class for datatypes representing a Java primtive like boolean.classA datatype that is used to represent any type of data, similiar tojava.lang.Object.classDatatype representing an array of primitive Datatypes with a dimension.classclassA generic value datatype that makes an existing Java class (already loaded by the classloader) available as datatype.classGeneric enum datatype.classThe generic value datatype is used to make a Java class (representing a value) available as value datatype.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.Methods in org.faktorips.datatype that return DatatypeModifier and TypeMethodDescriptionArrayOfValueDatatype.getBasicDatatype()Returns the array datatype's basic datatype.ListOfTypeDatatype.getBasicDatatype()Returns the List type's basic type.Methods in org.faktorips.datatype with parameters of type DatatypeModifier and TypeMethodDescriptionbooleanConversionMatrix.canConvert(Datatype from, Datatype to) Returns true if a value of datatype from can be converted into one of datatype to.intCompares the two type's alphabetically by their name.intintbooleanAbstractDatatype.matchDatatype(Datatype datatype) Returns true if the dataType is instance of AnyDatatype otherwise it callAbstractDatatype.equals(Object).booleanListOfTypeDatatype.matchDatatype(Datatype datatype) Constructors in org.faktorips.datatype with parameters of type DatatypeModifierConstructorDescriptionArrayOfValueDatatype(Datatype datatype, int dimension) Constructs a new array datatype based on the given underlying datatype and the dimension.ListOfTypeDatatype(Datatype basicType) Constructs a new List type based on the given underlying basic type. -
Uses of Datatype in org.faktorips.datatype.classtypes
Classes in org.faktorips.datatype.classtypes that implement DatatypeModifier 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 Datatype in org.faktorips.datatype.joda
Classes in org.faktorips.datatype.joda that implement Datatype -
Uses of Datatype in org.faktorips.datatype.util
Methods in org.faktorips.datatype.util with parameters of type Datatype