Uses of Class
com.hybris.backoffice.workflow.designer.validation.Violation.Level
-
Packages that use Violation.Level Package Description com.hybris.backoffice.workflow.designer.validation -
-
Uses of Violation.Level in com.hybris.backoffice.workflow.designer.validation
Methods in com.hybris.backoffice.workflow.designer.validation that return Violation.Level Modifier and Type Method Description Violation.LevelViolation. getLevel()static Violation.LevelViolation.Level. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Violation.Level[]Violation.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.hybris.backoffice.workflow.designer.validation with parameters of type Violation.Level Constructor Description Violation(Violation.Level level, java.lang.String messageKey, java.util.List<java.lang.String> messageParameters)
-