Uses of Interface
de.gebit.integrity.dsl.NullValue
-
Packages that use NullValue 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 NullValue in de.gebit.integrity.dsl
Subinterfaces of NullValue in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceNullA representation of the model object 'Null'.Methods in de.gebit.integrity.dsl that return NullValue Modifier and Type Method Description NullValueDslFactory. createNullValue()Returns a new object of class 'Null Value'. -
Uses of NullValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement NullValue Modifier and Type Class Description classNullImplAn implementation of the model object 'Null'.classNullValueImplAn implementation of the model object 'Null Value'.Methods in de.gebit.integrity.dsl.impl that return NullValue Modifier and Type Method Description NullValueDslFactoryImpl. createNullValue() -
Uses of NullValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type NullValue Modifier and Type Method Description TDslSwitch. caseNullValue(NullValue object)Returns the result of interpreting the object as an instance of 'Null Value'. -
Uses of NullValue in de.gebit.integrity.parameter.conversion.conversions.integrity.other
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.other with parameters of type NullValue Modifier and Type Method Description ObjectNullValueToNull. convert(NullValue aSource, Class<? extends Object> aTargetType, ConversionContext aConversionContext)
-