Uses of Class
org.exoplatform.cs.dto.IssueSeverity
-
Packages that use IssueSeverity Package Description org.exoplatform.cs.dto -
-
Uses of IssueSeverity in org.exoplatform.cs.dto
Methods in org.exoplatform.cs.dto that return IssueSeverity Modifier and Type Method Description static IssueSeverityIssueSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueSeverity[]IssueSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-