Uses of Interface
de.gebit.integrity.dsl.TimeValue
-
-
Uses of TimeValue in de.gebit.integrity.dsl
Subinterfaces of TimeValue in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceIsoTimeValueA representation of the model object 'Iso Time Value'.interfaceSimple12HrsTimeValueA representation of the model object 'Simple12 Hrs Time Value'.interfaceSimple24HrsTimeValueA representation of the model object 'Simple24 Hrs Time Value'.Methods in de.gebit.integrity.dsl that return TimeValue Modifier and Type Method Description TimeValueDslFactory. createTimeValue()Returns a new object of class 'Time Value'. -
Uses of TimeValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement TimeValue Modifier and Type Class Description classIsoTimeValueImplAn implementation of the model object 'Iso Time Value'.classSimple12HrsTimeValueImplAn implementation of the model object 'Simple12 Hrs Time Value'.classSimple24HrsTimeValueImplAn implementation of the model object 'Simple24 Hrs Time Value'.classTimeValueImplAn implementation of the model object 'Time Value'.Methods in de.gebit.integrity.dsl.impl that return TimeValue Modifier and Type Method Description TimeValueDslFactoryImpl. createTimeValue() -
Uses of TimeValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type TimeValue Modifier and Type Method Description TDslSwitch. caseTimeValue(TimeValue object)Returns the result of interpreting the object as an instance of 'Time Value'. -
Uses of TimeValue in de.gebit.integrity.parameter.conversion.conversions.integrity.dates
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.dates with parameters of type TimeValue Modifier and Type Method Description CalendarTimeValueToCalendar. convert(TimeValue aSource, Class<? extends Calendar> aTargetType, ConversionContext aConversionContext)DateTimeValueToDate. convert(TimeValue aSource, Class<? extends Date> aTargetType, ConversionContext aConversionContext)FormattedStringTimeValueToFormattedString. convert(TimeValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)InstantTimeValueToInstant. convert(TimeValue aSource, Class<? extends Instant> aTargetType, ConversionContext aConversionContext)LocalDateTimeTimeValueToLocalDateTime. convert(TimeValue aSource, Class<? extends LocalDateTime> aTargetType, ConversionContext aConversionContext)LocalTimeTimeValueToLocalTime. convert(TimeValue aSource, Class<? extends LocalTime> aTargetType, ConversionContext aConversionContext)DateTimeValueToSQLDate. convert(TimeValue aSource, Class<? extends Date> aTargetType, ConversionContext aConversionContext)TimeTimeValueToSQLTime. convert(TimeValue aSource, Class<? extends Time> aTargetType, ConversionContext aConversionContext)StringTimeValueToString. convert(TimeValue aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)TimestampTimeValueToTimestamp. convert(TimeValue aSource, Class<? extends Timestamp> aTargetType, ConversionContext aConversionContext)ZonedDateTimeTimeValueToZonedDateTime. convert(TimeValue aSource, Class<? extends ZonedDateTime> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractTimeValueToString. convertToFormattedString(TimeValue aSource, ConversionContext aConversionContext)Converts the providedTimeValueto aFormattedString. -
Uses of TimeValue in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils with parameters of type TimeValue Modifier and Type Method Description static CalendarDateUtil. convertTimeValue(TimeValue aValue)Converts a given time value to aCalendar. -
Uses of TimeValue in de.gebit.integrity.validation
Methods in de.gebit.integrity.validation with parameters of type TimeValue Modifier and Type Method Description voidDSLJavaValidator. checkIfTimesAreValid(TimeValue aValue)Checks whether a givenTimeValueis actually correct.
-