Interface ProblemGroup
Represents a problem group.
- Since:
- 8.9
- 
Method SummaryModifier and TypeMethodDescriptionReturns a human-readable label describing the group.getName()The name of the problem group.Returns the parent group ornullfor root groups.
- 
Method Details- 
getNameString getName()The name of the problem group.- Returns:
- the label
- Since:
- 8.9
 
- 
getDisplayNameString getDisplayName()Returns a human-readable label describing the group.- Returns:
- the display name
- Since:
- 8.9
 
- 
getParentReturns the parent group ornullfor root groups.- Returns:
- the parent group
- Since:
- 8.9
 
 
-