Uses of Class
de.hybris.platform.validation.enums.Severity
-
Packages that use Severity Package Description de.hybris.platform.validation.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.validation.model.constraints Contains generated models for each type of de.hybris.platform.validation.jalo.constraints package. -
-
Uses of Severity in de.hybris.platform.validation.enums
Methods in de.hybris.platform.validation.enums that return Severity Modifier and Type Method Description static SeveritySeverity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Severity[]Severity. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Severity in de.hybris.platform.validation.model.constraints
Methods in de.hybris.platform.validation.model.constraints that return Severity Modifier and Type Method Description SeverityAbstractConstraintModel. getSeverity()Generated method - Getter of theAbstractConstraint.severityattribute defined at extensionvalidation.Methods in de.hybris.platform.validation.model.constraints with parameters of type Severity Modifier and Type Method Description voidAbstractConstraintModel. setSeverity(Severity value)Generated method - Setter ofAbstractConstraint.severityattribute defined at extensionvalidation.
-