Uses of Class
de.gebit.integrity.parameter.conversion.InexistentValueHandling
-
Packages that use InexistentValueHandling Package Description de.gebit.integrity.parameter.conversion -
-
Uses of InexistentValueHandling in de.gebit.integrity.parameter.conversion
Fields in de.gebit.integrity.parameter.conversion declared as InexistentValueHandling Modifier and Type Field Description protected InexistentValueHandlingConversionContext. inexistentValueHandlingPolicyThe way in whichInexistentValues are to be treated.Methods in de.gebit.integrity.parameter.conversion that return InexistentValueHandling Modifier and Type Method Description InexistentValueHandlingConversionContext. getInexistentValueHandlingPolicy()static InexistentValueHandlingInexistentValueHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static InexistentValueHandling[]InexistentValueHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gebit.integrity.parameter.conversion with parameters of type InexistentValueHandling Modifier and Type Method Description ConversionContextConversionContext. withInexistentValueHandling(InexistentValueHandling aPolicy)Enables a certainInexistentValueHandlingpolicy instead of the default.
-