Uses of Interface
de.gebit.integrity.dsl.InexistentValue
-
Packages that use InexistentValue Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.parameter.conversion.conversions.integrity.other -
-
Uses of InexistentValue in de.gebit.integrity.dsl
Subinterfaces of InexistentValue in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceInexistentA representation of the model object 'Inexistent'.Methods in de.gebit.integrity.dsl that return InexistentValue Modifier and Type Method Description InexistentValueDslFactory. createInexistentValue()Returns a new object of class 'Inexistent Value'. -
Uses of InexistentValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement InexistentValue Modifier and Type Class Description classInexistentImplAn implementation of the model object 'Inexistent'.classInexistentValueImplAn implementation of the model object 'Inexistent Value'.Methods in de.gebit.integrity.dsl.impl that return InexistentValue Modifier and Type Method Description InexistentValueDslFactoryImpl. createInexistentValue() -
Uses of InexistentValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type InexistentValue Modifier and Type Method Description TDslSwitch. caseInexistentValue(InexistentValue object)Returns the result of interpreting the object as an instance of 'Inexistent Value'. -
Uses of InexistentValue in de.gebit.integrity.parameter.conversion.conversions.integrity.other
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.other with parameters of type InexistentValue Modifier and Type Method Description FormattedStringInexistentValueToFormattedString. convert(InexistentValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)StringInexistentValueToInexistentString. convert(InexistentValue aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)
-