Uses of Interface
de.gebit.integrity.dsl.EmptyValue
-
Packages that use EmptyValue 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 EmptyValue in de.gebit.integrity.dsl
Subinterfaces of EmptyValue in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceEmptyA representation of the model object 'Empty'.Methods in de.gebit.integrity.dsl that return EmptyValue Modifier and Type Method Description EmptyValueDslFactory. createEmptyValue()Returns a new object of class 'Empty Value'. -
Uses of EmptyValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement EmptyValue Modifier and Type Class Description classEmptyImplAn implementation of the model object 'Empty'.classEmptyValueImplAn implementation of the model object 'Empty Value'.Methods in de.gebit.integrity.dsl.impl that return EmptyValue Modifier and Type Method Description EmptyValueDslFactoryImpl. createEmptyValue() -
Uses of EmptyValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type EmptyValue Modifier and Type Method Description TDslSwitch. caseEmptyValue(EmptyValue object)Returns the result of interpreting the object as an instance of 'Empty Value'. -
Uses of EmptyValue in de.gebit.integrity.parameter.conversion.conversions.integrity.other
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.other with parameters of type EmptyValue Modifier and Type Method Description StringEmptyValueToEmptyString. convert(EmptyValue aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)FormattedStringEmptyValueToFormattedString. convert(EmptyValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)
-