Package com.e1c.g5.v8.dt.model.updater
Class ModelUpdaterContainmentContext
- java.lang.Object
-
- com._1c.g5.v8.derived.context.PartBasedContainmentContext
-
- com.e1c.g5.v8.dt.model.updater.ModelUpdaterContainmentContext
-
- All Implemented Interfaces:
IPartBasedObjectContext
public class ModelUpdaterContainmentContext extends PartBasedContainmentContext
-
-
Constructor Summary
Constructors Constructor Description ModelUpdaterContainmentContext(long bmObjectId, org.eclipse.emf.ecore.EClass eClass)
Constructs an instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFeature(org.eclipse.emf.ecore.EStructuralFeature feature)
Adds a feature to the contextboolean
addFeatures(Collection<org.eclipse.emf.ecore.EStructuralFeature> features)
Collection<org.eclipse.emf.ecore.EStructuralFeature>
getFeatures()
-
Methods inherited from class com._1c.g5.v8.derived.context.PartBasedContainmentContext
addParts, addParts, getBmObjectId, getEClass, getParts
-
-
-
-
Method Detail
-
addFeature
public void addFeature(org.eclipse.emf.ecore.EStructuralFeature feature)
Adds a feature to the context- Parameters:
feature
- The feature to add. May not benull
-
addFeatures
public boolean addFeatures(Collection<org.eclipse.emf.ecore.EStructuralFeature> features)
-
getFeatures
public Collection<org.eclipse.emf.ecore.EStructuralFeature> getFeatures()
- Returns:
- the features
-
-