org.eclipse.emf.compare.util
Interface EMFComparePreferenceKeys


public interface EMFComparePreferenceKeys

Defines constants used for EMF Compare preferences. These are used by the UI as well as the match.


Field Summary
static java.lang.String PREFERENCES_KEY_DISTINCT_METAMODEL
          Preferences key for the boolean indicating that the comparison should assume the compared models have distinct metamodels.
static java.lang.String PREFERENCES_KEY_IGNORE_ID
          Preferences key for the boolean indicating that the comparison should ignore IDs.
static java.lang.String PREFERENCES_KEY_IGNORE_XMIID
          Preferences key for the boolean indicating that the comparison should ignore XMI IDs.
static java.lang.String PREFERENCES_KEY_SEARCH_WINDOW
          Preferences key for the siblings search window.
 

Field Detail

PREFERENCES_KEY_DISTINCT_METAMODEL

static final java.lang.String PREFERENCES_KEY_DISTINCT_METAMODEL
Preferences key for the boolean indicating that the comparison should assume the compared models have distinct metamodels.

See Also:
Constant Field Values

PREFERENCES_KEY_IGNORE_ID

static final java.lang.String PREFERENCES_KEY_IGNORE_ID
Preferences key for the boolean indicating that the comparison should ignore IDs.

See Also:
Constant Field Values

PREFERENCES_KEY_IGNORE_XMIID

static final java.lang.String PREFERENCES_KEY_IGNORE_XMIID
Preferences key for the boolean indicating that the comparison should ignore XMI IDs.

See Also:
Constant Field Values

PREFERENCES_KEY_SEARCH_WINDOW

static final java.lang.String PREFERENCES_KEY_SEARCH_WINDOW
Preferences key for the siblings search window.

See Also:
Constant Field Values

Copyright 2006 IBM Corporation and others.
All Rights Reserved.