Uses of Class
com.evolveum.midpoint.web.component.wizard.resource.dto.WizardIssuesDto.Severity
-
Packages that use WizardIssuesDto.Severity Package Description com.evolveum.midpoint.web.component.wizard.resource.dto -
-
Uses of WizardIssuesDto.Severity in com.evolveum.midpoint.web.component.wizard.resource.dto
Methods in com.evolveum.midpoint.web.component.wizard.resource.dto that return WizardIssuesDto.Severity Modifier and Type Method Description WizardIssuesDto.Severity
WizardIssuesDto. getSeverity()
static WizardIssuesDto.Severity
WizardIssuesDto.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static WizardIssuesDto.Severity[]
WizardIssuesDto.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.web.component.wizard.resource.dto with parameters of type WizardIssuesDto.Severity Modifier and Type Method Description void
WizardIssuesDto. add(@NotNull WizardIssuesDto.Severity severity, @NotNull String text, @Nullable Class<? extends WizardStep> relatedStep)
-