public interface IPDebugElementStatus
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
OK |
static int |
WARNING |
Modifier and Type | Method and Description |
---|---|
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
String getMessage()
int getSeverity()
boolean isOK()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.