Interface IFormObjectDefaultValueProvider


  • public interface IFormObjectDefaultValueProvider
    Provide defaults values
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isDefaultValue​(org.eclipse.emf.ecore.EObject contextObject, org.eclipse.emf.ecore.EStructuralFeature feature, Version version)
      Check value of given context-feature is default
    • Method Detail

      • isDefaultValue

        boolean isDefaultValue​(org.eclipse.emf.ecore.EObject contextObject,
                               org.eclipse.emf.ecore.EStructuralFeature feature,
                               Version version)
        Check value of given context-feature is default
        Parameters:
        contextObject - the context object, cannot be null
        feature - the context object feature, cannot be null
        version - the project Version, cannot be null
        Returns:
        true if value in given feature is default, false otherwise