public static final class IInterfaceIssue.Severity
extends java.lang.Enum
| Modifier and Type | Field and Description | 
|---|---|
static IInterfaceIssue.Severity | 
CRITICAL
This level indicates that the interface will not be executable until this issue is
 resolved. 
 | 
static IInterfaceIssue.Severity | 
FATAL
This level indicates that the interface cannot be saved until this issue is resolved. 
 | 
static IInterfaceIssue.Severity | 
INFORMATION
This level gives information on an object. 
 | 
static IInterfaceIssue.Severity | 
WARNING
This level indicates that the object should be checked as something might be wrong and
 might not work at execution time. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IInterfaceIssue.Severity | 
valueOf(java.lang.String name)  | 
static IInterfaceIssue.Severity[] | 
values()  | 
public static final IInterfaceIssue.Severity INFORMATION
public static final IInterfaceIssue.Severity WARNING
public static final IInterfaceIssue.Severity CRITICAL
public static final IInterfaceIssue.Severity FATAL
public static IInterfaceIssue.Severity[] values()
public static IInterfaceIssue.Severity valueOf(java.lang.String name)