public interface IPDebugElementStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR |
static int |
OK |
static int |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Get the status message
|
int |
getSeverity()
Get the severity
|
boolean |
isOK()
Check if the status is OK
|
static final int ERROR
static final int OK
static final int WARNING
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.