Uses of Enum Class
com.hybris.backoffice.workflow.designer.validation.Violation.Level
Packages that use Violation.Level
-
Uses of Violation.Level in com.hybris.backoffice.workflow.designer.validation
Methods in com.hybris.backoffice.workflow.designer.validation that return Violation.LevelModifier and TypeMethodDescriptionViolation.getLevel()static Violation.LevelReturns the enum constant of this class with the specified name.static Violation.Level[]Violation.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.hybris.backoffice.workflow.designer.validation with parameters of type Violation.LevelModifierConstructorDescriptionViolation(Violation.Level level, String messageKey, List<String> messageParameters)