Interface ProblemId
Represents a problem id.
- Since:
- 8.9
-
Method Details
-
getName
String getName()The name of the problem group.- Returns:
- the label
- Since:
- 8.9
-
getDisplayName
String getDisplayName()Returns a human-readable label describing the group.- Returns:
- the display name
- Since:
- 8.9
-
getGroup
ProblemGroup getGroup()Returns the container group.- Returns:
- the group
- Since:
- 8.9
-