Uses of Class
de.hybris.platform.rulebuilderbackoffice.editors.ValidationInfoSeverity
-
Packages that use ValidationInfoSeverity Package Description de.hybris.platform.rulebuilderbackoffice.editors -
-
Uses of ValidationInfoSeverity in de.hybris.platform.rulebuilderbackoffice.editors
Methods in de.hybris.platform.rulebuilderbackoffice.editors that return ValidationInfoSeverity Modifier and Type Method Description ValidationInfoSeverityValidationInfoModel. getSeverity()static ValidationInfoSeverityValidationInfoSeverity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValidationInfoSeverity[]ValidationInfoSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.rulebuilderbackoffice.editors with parameters of type ValidationInfoSeverity Modifier and Type Method Description voidValidationInfoModel. setSeverity(ValidationInfoSeverity severity)
-