PTP
Release 5.0

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


public interface IPDebugElementStatus


Field Summary
static int ERROR
           
static int OK
           
static int WARNING
           
 
Method Summary
 String getMessage()
           
 int getSeverity()
           
 boolean isOK()
           
 

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()
Returns:

getSeverity

int getSeverity()
Returns:

isOK

boolean isOK()
Returns:

PTP
Release 5.0

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