public class UnsafeMethodInfo extends Object implements Comparable<UnsafeMethodInfo>
| Constructor and Description |
|---|
UnsafeMethodInfo(String attribute,
Method method,
boolean read,
boolean markedAsKnownProblem) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UnsafeMethodInfo o) |
boolean |
equals(Object obj) |
String |
getAttribute() |
Method |
getMethod() |
int |
hashCode() |
boolean |
isMarkedAsKnowProblem() |
boolean |
isRead() |
boolean |
isUnknownProblem() |
public String getAttribute()
public Method getMethod()
public boolean isMarkedAsKnowProblem()
public boolean isUnknownProblem()
public boolean isRead()
public int compareTo(UnsafeMethodInfo o)
compareTo in interface Comparable<UnsafeMethodInfo>Copyright © 2017 SAP SE. All Rights Reserved.