Class GraphicalSchemeItemValue

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

public class GraphicalSchemeItemValue extends BmValue<String>
BmValue implementation for GraphicalSchemeItem name.
  • Constructor Details

    • GraphicalSchemeItemValue

      public GraphicalSchemeItemValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IGraphicalSchemeRefactoringService refactoringService)
      Cosntructor.
      Parameters:
      object - - object. Can't be null.
      feature - - object's feature. Can't be null.
      refactoringService - - the IGraphicalSchemeRefactoringService instance, cannot be null.
  • Method Details