Class EmfCodeModel

All Implemented Interfaces:
IAttribute<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature>, IEditableModel, IEmfAttribute<org.eclipse.emf.ecore.EObject>, IModel, IEmfValueAttribute<Object,org.eclipse.emf.ecore.EObject>, IValue<Object>, IValidable, ICodeModel<org.eclipse.emf.ecore.EObject>

public class EmfCodeModel extends EmfValue<Object> implements ICodeModel<org.eclipse.emf.ecore.EObject>
Emf implementation ICodeModel.
  • Constructor Details

    • EmfCodeModel

      public EmfCodeModel(BasicDbObject basicDbObject, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
      Instantiates a new code model.
      Parameters:
      basicDbObject - the BasicDbObject - predefined elements owner, cannot be null
      object - the object, cannot be null
      feature - the feature, cannot be null
  • Method Details