public interface IInterfaceIssue
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | IInterfaceIssue.OriginDeprecated.  Origin indicates the area of the interface where the issue is related to. | 
| static class  | IInterfaceIssue.SeverityDeprecated.  Severity levels give information about the state of the interface and its children. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addFix(IIssueFix pIssueFix)Deprecated.  Adds a possible fix for this issue. | 
| IIssueFix[] | getAvailableFixes()Deprecated.  Returns a list of possible fixes for this issue. | 
| java.lang.String | getMsg()Deprecated.  Returns the text error message for this issue. | 
| IInterfaceSubComponent | getObject()Deprecated.  Returns the ODI interface object that this issue is related to. | 
| IInterfaceIssue.Origin | getOrigin()Deprecated.  Returns the area of the interface that this issue is related to. | 
| IInterfaceIssue.Severity | getSeverity()Deprecated.  Returns the severity level of this issue. | 
IInterfaceSubComponent getObject()
IInterfaceIssue.Severity getSeverity()
java.lang.String getMsg()
IIssueFix[] getAvailableFixes()
void addFix(IIssueFix pIssueFix)
pIssueFix - the fix to be addedIInterfaceIssue.Origin getOrigin()