PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Interface IPDebugElementStatus


public interface IPDebugElementStatus

Represents the status of a debug element


Field Summary
static int ERROR
           
static int OK
           
static int WARNING
           
 
Method Summary
 String getMessage()
          Get the status message
 int getSeverity()
          Get the severity
 boolean isOK()
          Check if the status is OK
 

Field Detail

ERROR

static final int ERROR
See Also:
Constant Field Values

OK

static final int OK
See Also:
Constant Field Values

WARNING

static final int WARNING
See Also:
Constant Field Values
Method Detail

getMessage

String getMessage()
Get the status message

Returns:

getSeverity

int getSeverity()
Get the severity

Returns:

isOK

boolean isOK()
Check if the status is OK

Returns:

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.