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 String
ATL debug model identifier.static final String
Debug target name.static final String
Host name.static final String
key debug notation.static final String
map element debug notation.static final String
null debug notation.static final String
Run target name.static final String
Thread name.static final String
value 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:
-