Class GregorianCalendarAsDateDatatype
java.lang.Object
org.faktorips.datatype.AbstractDatatype
org.faktorips.datatype.ValueClassNameDatatype
org.faktorips.datatype.classtypes.GregorianCalendarDatatype
org.faktorips.datatype.classtypes.GregorianCalendarAsDateDatatype
- All Implemented Interfaces:
Comparable<Datatype>,Datatype,ValueDatatype
A datatype using the GregorianCalendar class to represent dates without any information about the
time.
- Author:
- Jan Ortmann
-
Field Summary
Fields inherited from interface org.faktorips.datatype.Datatype
BIG_DECIMAL, BOOLEAN, DECIMAL, DOUBLE, GREGORIAN_CALENDAR, INTEGER, LONG, MONEY, PRIMITIVE_BOOLEAN, PRIMITIVE_INT, PRIMITIVE_LONG, STRING, VOID -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance with the name "GregorianCalendar".Constructs a new instance with the given name. -
Method Summary
Methods inherited from class org.faktorips.datatype.classtypes.GregorianCalendarDatatype
getValue, isMutable, isParsable, supportsCompare, valueToStringMethods inherited from class org.faktorips.datatype.ValueClassNameDatatype
areValuesEqual, compare, getDefaultValue, getName, getQualifiedName, getWrapperType, hasNullObject, isAbstract, isImmutable, isNull, isPrimitive, isValueDatatypeMethods inherited from class org.faktorips.datatype.AbstractDatatype
checkReadyToUse, compareTo, equals, hashCode, isEnum, isVoid, matchDatatype, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.faktorips.datatype.ValueDatatype
checkReadyToUse, getNullObjectId
-
Constructor Details
-
GregorianCalendarAsDateDatatype
public GregorianCalendarAsDateDatatype()Constructs a new instance with the name "GregorianCalendar". -
GregorianCalendarAsDateDatatype
Constructs a new instance with the given name.
-