Uses of Interface
de.gebit.integrity.dsl.DateValue
-
-
Uses of DateValue in de.gebit.integrity.dsl
Subinterfaces of DateValue in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceEuropeanDateValueA representation of the model object 'European Date Value'.interfaceIsoDateValueA representation of the model object 'Iso Date Value'.interfaceUSDateValueA representation of the model object 'US Date Value'.Methods in de.gebit.integrity.dsl that return DateValue Modifier and Type Method Description DateValueDslFactory. createDateValue()Returns a new object of class 'Date Value'. -
Uses of DateValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement DateValue Modifier and Type Class Description classDateValueImplAn implementation of the model object 'Date Value'.classEuropeanDateValueImplAn implementation of the model object 'European Date Value'.classIsoDateValueImplAn implementation of the model object 'Iso Date Value'.classUSDateValueImplAn implementation of the model object 'US Date Value'.Methods in de.gebit.integrity.dsl.impl that return DateValue Modifier and Type Method Description DateValueDslFactoryImpl. createDateValue() -
Uses of DateValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type DateValue Modifier and Type Method Description TDslSwitch. caseDateValue(DateValue object)Returns the result of interpreting the object as an instance of 'Date Value'. -
Uses of DateValue in de.gebit.integrity.parameter.conversion.conversions.integrity.dates
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.dates with parameters of type DateValue Modifier and Type Method Description CalendarDateValueToCalendar. convert(DateValue aSource, Class<? extends Calendar> aTargetType, ConversionContext aConversionContext)DateDateValueToDate. convert(DateValue aSource, Class<? extends Date> aTargetType, ConversionContext aConversionContext)FormattedStringDateValueToFormattedString. convert(DateValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)InstantDateValueToInstant. convert(DateValue aSource, Class<? extends Instant> aTargetType, ConversionContext aConversionContext)LocalDateDateValueToLocalDate. convert(DateValue aSource, Class<? extends LocalDate> aTargetType, ConversionContext aConversionContext)LocalDateTimeDateValueToLocalDateTime. convert(DateValue aSource, Class<? extends LocalDateTime> aTargetType, ConversionContext aConversionContext)DateDateValueToSQLDate. convert(DateValue aSource, Class<? extends Date> aTargetType, ConversionContext aConversionContext)TimeDateValueToSQLTime. convert(DateValue aSource, Class<? extends Time> aTargetType, ConversionContext aConversionContext)StringDateValueToString. convert(DateValue aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)TimestampDateValueToTimestamp. convert(DateValue aSource, Class<? extends Timestamp> aTargetType, ConversionContext aConversionContext)ZonedDateTimeDateValueToZonedDateTime. convert(DateValue aSource, Class<? extends ZonedDateTime> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractDateValueToString. convertToFormattedString(DateValue aSource, ConversionContext aConversionContext)Converts the providedDateValueto aFormattedString. -
Uses of DateValue in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils with parameters of type DateValue Modifier and Type Method Description static CalendarDateUtil. convertDateValue(DateValue aValue)Converts a given date value to aCalendar. -
Uses of DateValue in de.gebit.integrity.validation
Methods in de.gebit.integrity.validation with parameters of type DateValue Modifier and Type Method Description voidDSLJavaValidator. checkIfDatesAreValid(DateValue aValue)Checks whether a givenDateValueis actually correct (finds errors like days which don't exist in the given month).
-