public class RefactoringProblem
extends java.lang.Object
| Constructor and Description |
|---|
RefactoringProblem() |
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation() |
java.lang.String |
getMessage() |
RefactoringProblemSeverity |
getSeverity() |
void |
setLocation(Location location) |
void |
setMessage(java.lang.String message) |
void |
setSeverity(RefactoringProblemSeverity severity) |
java.lang.String |
toString() |
public RefactoringProblemSeverity getSeverity()
public void setSeverity(RefactoringProblemSeverity severity)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public Location getLocation()
public void setLocation(Location location)
public java.lang.String toString()
toString in class java.lang.Object