org.eclipse.ocl.examples.debug.launching
Interface OCLLaunchConstants

All Known Implementing Classes:
MainTab, OCLLaunchConfigurationDelegate, OCLVMLaunchConfigurationDelegate

public interface OCLLaunchConstants


Field Summary
static java.lang.String CONSTRAINT_URI
          ILaunchConfiguration String attribute for the OCL constraint passed as a URI string.
static java.lang.String CONTEXT_OBJECT
          ILaunchConfiguration String attribute for the context element passed in memory as an EObject.
static java.lang.String CONTEXT_URI
          ILaunchConfiguration String attribute for the context element passed as a URI string.
static java.lang.String EXPRESSION_OBJECT
          ILaunchConfiguration String attribute for the OCL expression passed in memory as an ExpressionInOCL.
static java.lang.String LAUNCH_CONFIGURATION_TYPE_ID
           
static java.lang.String MODEL_URI
          ILaunchConfiguration String attribute for the resource containing the context element when the element has not been selected.
static java.lang.String OCL_KEY
          ILaunchConfiguration String attribute for the OCL resource containing the constraint when the constraint has not been selected.
 

Field Detail

LAUNCH_CONFIGURATION_TYPE_ID

@NonNull
static final java.lang.String LAUNCH_CONFIGURATION_TYPE_ID
See Also:
Constant Field Values

CONSTRAINT_URI

@NonNull
static final java.lang.String CONSTRAINT_URI
ILaunchConfiguration String attribute for the OCL constraint passed as a URI string.

See Also:
Constant Field Values

CONTEXT_OBJECT

@NonNull
static final java.lang.String CONTEXT_OBJECT
ILaunchConfiguration String attribute for the context element passed in memory as an EObject.

See Also:
Constant Field Values

CONTEXT_URI

@NonNull
static final java.lang.String CONTEXT_URI
ILaunchConfiguration String attribute for the context element passed as a URI string.

See Also:
Constant Field Values

EXPRESSION_OBJECT

@NonNull
static final java.lang.String EXPRESSION_OBJECT
ILaunchConfiguration String attribute for the OCL expression passed in memory as an ExpressionInOCL.

See Also:
Constant Field Values

MODEL_URI

@NonNull
static final java.lang.String MODEL_URI
ILaunchConfiguration String attribute for the resource containing the context element when the element has not been selected.

See Also:
Constant Field Values

OCL_KEY

@NonNull
static final java.lang.String OCL_KEY
ILaunchConfiguration String attribute for the OCL resource containing the constraint when the constraint has not been selected.

See Also:
Constant Field Values