Package org.eclipse.m2m.atl.debug.core
Class AtlDebugModelConstants
java.lang.Object
org.eclipse.m2m.atl.debug.core.AtlDebugModelConstants
Common constants for debugging.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringATL debug model identifier.static final StringDebug target name.static final StringHost name.static final Stringkey debug notation.static final Stringmap element debug notation.static final Stringnull debug notation.static final StringRun target name.static final StringThread name.static final Stringvalue debug notation. -
Method Summary
-
Field Details
-
HOST
Host name.- See Also:
-
DEBUGTARGETNAME
Debug target name.- See Also:
-
RUNTARGETNAME
Run target name.- See Also:
-
THREADNAME
Thread name.- See Also:
-
NULL
null debug notation.- See Also:
-
KEY
key debug notation.- See Also:
-
VALUE
value debug notation.- See Also:
-
MAPELEMENT
map element debug notation.- See Also:
-
ATL_DEBUG_MODEL_ID
ATL debug model identifier.- See Also:
-