Class BmNamedElementNameModel

All Implemented Interfaces:
IAttribute<IBmObject,org.eclipse.emf.ecore.EStructuralFeature>, IEditableModel, IEmfAttribute<IBmObject>, IModel, IEmfValueAttribute<String,IBmObject>, IValue<String>, IValidable, IModelApiAwareModel

public class BmNamedElementNameModel extends BmValue<String>
NamedElement name model.
  • Constructor Details

    • BmNamedElementNameModel

      public BmNamedElementNameModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IResourceLookup resourceLookup, IEditingLanguageManager languageManager, IFormRefactoringService refactoringService)
      Creates a new value.
      Parameters:
      object - the form model object.
      feature - the feature of form model object.
      resourceLookup - the resource lookup, cannot be null
      languageManager - editing language provider, cannot be null
  • Method Details