Interface ICaseInsensitivityHelper

  • All Known Implementing Classes:
    CaseInsensitivityHelper

    public interface ICaseInsensitivityHelper
    Clients who want to use ignore case cross references should implement this service if the case sensitivity depends on an EReference or bind the constant IgnoreCaseLinking to true.
    • Method Detail

      • isIgnoreCase

        boolean isIgnoreCase​(org.eclipse.emf.ecore.EReference reference)
        Parameters:
        reference - the current reference. May not be null.
        Returns:
        true if the scope for the given reference should be case insensitive.