org.eclipse.m2m.atl.adt.debug.core
Class AtlDebugModelConstants

java.lang.Object
  extended by org.eclipse.m2m.atl.adt.debug.core.AtlDebugModelConstants

public final class AtlDebugModelConstants
extends java.lang.Object

Common constants for debugging.


Field Summary
static java.lang.String DEBUGTARGETNAME
          Debug target name.
static java.lang.String HOST
          Host name.
static java.lang.String KEY
          key debug notation.
static java.lang.String MAPELEMENT
          map element debug notation.
static java.lang.String NULL
          null debug notation.
static java.lang.String RUNTARGETNAME
          Run target name.
static java.lang.String THREADNAME
          Thread name.
static java.lang.String VALUE
          value debug notation.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOST

public static final java.lang.String HOST
Host name.

See Also:
Constant Field Values

DEBUGTARGETNAME

public static final java.lang.String DEBUGTARGETNAME
Debug target name.


RUNTARGETNAME

public static final java.lang.String RUNTARGETNAME
Run target name.


THREADNAME

public static final java.lang.String THREADNAME
Thread name.


NULL

public static final java.lang.String NULL
null debug notation.

See Also:
Constant Field Values

KEY

public static final java.lang.String KEY
key debug notation.

See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
value debug notation.

See Also:
Constant Field Values

MAPELEMENT

public static final java.lang.String MAPELEMENT
map element debug notation.


Copyright 2007 IBM Corporation and others.
All Rights Reserved.