Interface IFeatureSettingsService

All Superinterfaces:
IFeatureSettingsProvider
All Known Implementing Classes:
FeatureSettingsService

public interface IFeatureSettingsService extends IFeatureSettingsProvider
  • Field Details

  • Method Details

    • getProviders

    • getSettings

      EFeatureSettings getSettings(org.eclipse.emf.ecore.EStructuralFeature eFeature, org.eclipse.emf.ecore.EObject object)
      Gets the settings for the given EStructuralFeature of the object.
      Parameters:
      eFeature - the efeature
      object - the object
      Returns:
      the settings for the EStructuralFeature of the object, can return null if the object cannot contains such feature.
    • isInterfaceFeature

      boolean isInterfaceFeature(org.eclipse.emf.ecore.EStructuralFeature eFeature, org.eclipse.emf.ecore.EObject object)
    • isModelFeature

      boolean isModelFeature(org.eclipse.emf.ecore.EStructuralFeature eFeature, org.eclipse.emf.ecore.EObject object)