Class EMFFormsSpreadsheetValueConverterHelper


  • public final class EMFFormsSpreadsheetValueConverterHelper
    extends java.lang.Object
    Helper for converters.
    Author:
    jfaltermeier
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.eclipse.emf.ecore.EStructuralFeature getFeature​(org.eclipse.emf.ecore.EObject domain, VDomainModelReference domainModelReference, EMFFormsDatabindingEMF databinding, ReportService reportService)
      Gets the feature from the domain model reference using the databinding service.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFeature

        public static org.eclipse.emf.ecore.EStructuralFeature getFeature​(org.eclipse.emf.ecore.EObject domain,
                                                                          VDomainModelReference domainModelReference,
                                                                          EMFFormsDatabindingEMF databinding,
                                                                          ReportService reportService)
        Gets the feature from the domain model reference using the databinding service. In case of an error, the error will be logged and null will be returned.
        Parameters:
        domain - the domain object
        domainModelReference - the domain model reference
        databinding - the databinding service
        reportService - the error report service
        Returns:
        the feature or null