|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDebugElementStatus
Represents the status of a C/C++ debug model element.
Field Summary | |
---|---|
static int |
ERROR
Status severity constant (value 2) indicating indicating this status represents an error. |
static int |
OK
Status severity constant (value 0) indicating this status represents the nominal case. |
static int |
WARNING
Status severity constant (value 1) indicating indicating this status represents a warning. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns the message describing the outcome. |
int |
getSeverity()
Returns the severity. |
boolean |
isOK()
Returns whether this status indicates everything is okay (neither warning, nor error). |
Field Detail |
---|
static final int OK
static final int WARNING
static final int ERROR
Method Detail |
---|
boolean isOK()
true
if this status has severity
OK
, and false
otherwiseint getSeverity()
ERROR
- an errorWARNING
- a warningOK
- everything is just fine
OK
, ERROR
,
or WARNING
java.lang.String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |