EGF Engine
Release 0.1.0

org.eclipse.egf.core.ui.preferences
Interface IPreferenceConstants


public interface IPreferenceConstants

Constants used in preferences pages.


Field Summary
static String DOMAIN_EDITOR_ID
          Preference constant that identifies the domain editor used to edit domain model.
static String ECORE_EDITOR_ID
          Id of the Standard Ecore editor.
static String EXECUTION_WITH_PRE_VALIDATION
          Validation is performed just before a FC execution.
static String EXECUTION_WITHOUT_VALIDATION
          No validation is performed when a FC is executed.
static String FC_EXECUTION_MODE
          Preference constant that identifies Factory Component execution mode.
static String GRAPHICAL_ECORE_EDITOR_ID
          Id of the Graphical Ecore editor.
static String PATTERN_EXECUTION_MODE
          Preference constant that identifies Pattern execution mode.
 

Field Detail

DOMAIN_EDITOR_ID

static final String DOMAIN_EDITOR_ID
Preference constant that identifies the domain editor used to edit domain model.

See Also:
Constant Field Values

ECORE_EDITOR_ID

static final String ECORE_EDITOR_ID
Id of the Standard Ecore editor.

See Also:
Constant Field Values

GRAPHICAL_ECORE_EDITOR_ID

static final String GRAPHICAL_ECORE_EDITOR_ID
Id of the Graphical Ecore editor.

See Also:
Constant Field Values

FC_EXECUTION_MODE

static final String FC_EXECUTION_MODE
Preference constant that identifies Factory Component execution mode.

See Also:
Constant Field Values

EXECUTION_WITHOUT_VALIDATION

static final String EXECUTION_WITHOUT_VALIDATION
No validation is performed when a FC is executed.


EXECUTION_WITH_PRE_VALIDATION

static final String EXECUTION_WITH_PRE_VALIDATION
Validation is performed just before a FC execution.


PATTERN_EXECUTION_MODE

static final String PATTERN_EXECUTION_MODE
Preference constant that identifies Pattern execution mode.

See Also:
Constant Field Values

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.