Uses of Interface
de.gebit.integrity.dsl.DateAndTimeValue
-
-
Uses of DateAndTimeValue in de.gebit.integrity.dsl
Subinterfaces of DateAndTimeValue in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceEuropeanDateAnd12HrsTimeValueA representation of the model object 'European Date And12 Hrs Time Value'.interfaceEuropeanDateAnd24HrsTimeValueA representation of the model object 'European Date And24 Hrs Time Value'.interfaceIsoDateAndTimeValueA representation of the model object 'Iso Date And Time Value'.interfaceUSDateAnd12HrsTimeValueA representation of the model object 'US Date And12 Hrs Time Value'.Methods in de.gebit.integrity.dsl that return DateAndTimeValue Modifier and Type Method Description DateAndTimeValueDslFactory. createDateAndTimeValue()Returns a new object of class 'Date And Time Value'. -
Uses of DateAndTimeValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement DateAndTimeValue Modifier and Type Class Description classDateAndTimeValueImplAn implementation of the model object 'Date And Time Value'.classEuropeanDateAnd12HrsTimeValueImplAn implementation of the model object 'European Date And12 Hrs Time Value'.classEuropeanDateAnd24HrsTimeValueImplAn implementation of the model object 'European Date And24 Hrs Time Value'.classIsoDateAndTimeValueImplAn implementation of the model object 'Iso Date And Time Value'.classUSDateAnd12HrsTimeValueImplAn implementation of the model object 'US Date And12 Hrs Time Value'.Methods in de.gebit.integrity.dsl.impl that return DateAndTimeValue Modifier and Type Method Description DateAndTimeValueDslFactoryImpl. createDateAndTimeValue() -
Uses of DateAndTimeValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type DateAndTimeValue Modifier and Type Method Description TDslSwitch. caseDateAndTimeValue(DateAndTimeValue object)Returns the result of interpreting the object as an instance of 'Date And Time Value'. -
Uses of DateAndTimeValue in de.gebit.integrity.parameter.conversion.conversions.integrity.dates
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.dates with parameters of type DateAndTimeValue Modifier and Type Method Description CalendarDateAndTimeValueToCalendar. convert(DateAndTimeValue aSource, Class<? extends Calendar> aTargetType, ConversionContext aConversionContext)DateDateAndTimeValueToDate. convert(DateAndTimeValue aSource, Class<? extends Date> aTargetType, ConversionContext aConversionContext)FormattedStringDateAndTimeValueToFormattedString. convert(DateAndTimeValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)InstantDateAndTimeValueToInstant. convert(DateAndTimeValue aSource, Class<? extends Instant> aTargetType, ConversionContext aConversionContext)LocalDateDateAndTimeValueToLocalDate. convert(DateAndTimeValue aSource, Class<? extends LocalDate> aTargetType, ConversionContext aConversionContext)LocalDateTimeDateAndTimeValueToLocalDateTime. convert(DateAndTimeValue aSource, Class<? extends LocalDateTime> aTargetType, ConversionContext aConversionContext)LocalTimeDateAndTimeValueToLocalTime. convert(DateAndTimeValue aSource, Class<? extends LocalTime> aTargetType, ConversionContext aConversionContext)DateDateAndTimeValueToSQLDate. convert(DateAndTimeValue aSource, Class<? extends Date> aTargetType, ConversionContext aConversionContext)TimeDateAndTimeValueToSQLTime. convert(DateAndTimeValue aSource, Class<? extends Time> aTargetType, ConversionContext aConversionContext)StringDateAndTimeValueToString. convert(DateAndTimeValue aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)TimestampDateAndTimeValueToTimestamp. convert(DateAndTimeValue aSource, Class<? extends Timestamp> aTargetType, ConversionContext aConversionContext)ZonedDateTimeDateAndTimeValueToZonedDateTime. convert(DateAndTimeValue aSource, Class<? extends ZonedDateTime> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractDateAndTimeValueToString. convertToFormattedString(DateAndTimeValue aSource, ConversionContext aConversionContext)Converts the providedDateAndTimeValueto aFormattedString. -
Uses of DateAndTimeValue in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils with parameters of type DateAndTimeValue Modifier and Type Method Description static CalendarDateUtil. convertDateAndTimeValue(DateAndTimeValue aValue)Converts a given date and time to aCalendar. -
Uses of DateAndTimeValue in de.gebit.integrity.validation
Methods in de.gebit.integrity.validation with parameters of type DateAndTimeValue Modifier and Type Method Description voidDSLJavaValidator. checkIfDateAndTimesAreValid(DateAndTimeValue aValue)Checks whether a givenDateAndTimeValueis actually correct.
-