Uses of Class
eu.europa.ec.taxud.cesop.domain.ValidationResultTypeEnum
-
Packages that use ValidationResultTypeEnum Package Description eu.europa.ec.taxud.cesop.domain -
-
Uses of ValidationResultTypeEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return ValidationResultTypeEnum Modifier and Type Method Description ValidationResultTypeEnum
ValidationErrorTypeEnum. getResultType()
static ValidationResultTypeEnum
ValidationResultTypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValidationResultTypeEnum[]
ValidationResultTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-