PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Class PDebugElementState

java.lang.Object
  extended by org.eclipse.ptp.debug.core.model.PDebugElementState

public class PDebugElementState
extends Object

Debug element states


Field Summary
static PDebugElementState DISCONNECTED
           
static PDebugElementState DISCONNECTING
           
static PDebugElementState EXITED
           
static PDebugElementState RESTARTING
           
static PDebugElementState RESUMED
           
static PDebugElementState RESUMING
           
static PDebugElementState STEPPED
           
static PDebugElementState STEPPING
           
static PDebugElementState SUSPENDED
           
static PDebugElementState SUSPENDING
           
static PDebugElementState TERMINATED
           
static PDebugElementState TERMINATING
           
static PDebugElementState UNDEFINED
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DISCONNECTED

public static final PDebugElementState DISCONNECTED

DISCONNECTING

public static final PDebugElementState DISCONNECTING

EXITED

public static final PDebugElementState EXITED

RESTARTING

public static final PDebugElementState RESTARTING

RESUMED

public static final PDebugElementState RESUMED

RESUMING

public static final PDebugElementState RESUMING

STEPPED

public static final PDebugElementState STEPPED

STEPPING

public static final PDebugElementState STEPPING

SUSPENDED

public static final PDebugElementState SUSPENDED

SUSPENDING

public static final PDebugElementState SUSPENDING

TERMINATED

public static final PDebugElementState TERMINATED

TERMINATING

public static final PDebugElementState TERMINATING

UNDEFINED

public static final PDebugElementState UNDEFINED
Method Detail

toString

public String toString()
Overrides:
toString in class Object

PTP
Release 7.0

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