Class FormPropertyStateModel

    • Constructor Detail

      • FormPropertyStateModel

        public FormPropertyStateModel​(org.eclipse.emf.ecore.EObject object,
                                      org.eclipse.emf.ecore.EStructuralFeature feature,
                                      IMdAdoptedPropertyAccess mdAdoptedPropertyAccess,
                                      IMdAdoptedPropertyNotifier mdAdoptedPropertyNotifier,
                                      IModelObjectAdopter modelObjectAdopter,
                                      ITopObjectFqnGenerator topObjectFqnGenerator,
                                      IFormGenerator formGenerator,
                                      IFormFieldGenerator formFieldGenerator,
                                      IExtensionProject project,
                                      String languageCode)
        Constructor of AdoptingPropertyStateModel.
        Parameters:
        object - the object, cannot be null
        feature - the object feature, cannot be null
        mdAdoptedPropertyAccess - the metadata adopted property access, cannot be null
        mdAdoptedPropertyNotifier - the metadata adopted property notifier, cannot be null
        modelObjectAdopter - the model object adopter, cannot be null
        formGenerator - the form generator, cannot be null
        formFieldGenerator - the form field generator, cannot be null
        project - the extension project that contins the property model object, cannot be null
        languageCode - the project editing language code, cannot be null