Uses of Interface
org.faktorips.datatype.ValueDatatype
Packages that use ValueDatatype
Package
Description
-
Uses of ValueDatatype in org.faktorips.datatype
Subinterfaces of ValueDatatype 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.Classes in org.faktorips.datatype that implement ValueDatatypeModifier and TypeClassDescriptionclassAbstract base class for datatypes representing a Java primtive like boolean.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.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 ValueDatatypeModifier and TypeMethodDescriptionArrayOfValueDatatype.getWrapperType()GenericValueDatatype.getWrapperType()InternationalStringDatatype.getWrapperType()ListOfTypeDatatype.getWrapperType()PrimitiveBooleanDatatype.getWrapperType()PrimitiveIntegerDatatype.getWrapperType()PrimitiveLongDatatype.getWrapperType()ValueClassNameDatatype.getWrapperType()ValueDatatype.getWrapperType()If this datatype represents a primitive type, this method returns the datatype that represents the wrapper class.Void.getWrapperType() -
Uses of ValueDatatype in org.faktorips.datatype.classtypes
Classes in org.faktorips.datatype.classtypes that implement ValueDatatypeModifier 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 ValueDatatype in org.faktorips.datatype.joda
Classes in org.faktorips.datatype.joda that implement ValueDatatype