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 SummaryConstructors Constructor Description ModelUpdaterContainmentContext(long bmObjectId, org.eclipse.emf.ecore.EClass eClass)Constructs an instance
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFeature(org.eclipse.emf.ecore.EStructuralFeature feature)Adds a feature to the contextbooleanaddFeatures(Collection<org.eclipse.emf.ecore.EStructuralFeature> features)Collection<org.eclipse.emf.ecore.EStructuralFeature>getFeatures()- 
Methods inherited from class com._1c.g5.v8.derived.context.PartBasedContainmentContextaddParts, addParts, getBmObjectId, getEClass, getParts
 
- 
 
- 
- 
- 
Method Detail- 
addFeaturepublic void addFeature(org.eclipse.emf.ecore.EStructuralFeature feature) Adds a feature to the context- Parameters:
- feature- The feature to add. May not be- null
 
 - 
addFeaturespublic boolean addFeatures(Collection<org.eclipse.emf.ecore.EStructuralFeature> features) 
 - 
getFeaturespublic Collection<org.eclipse.emf.ecore.EStructuralFeature> getFeatures() - Returns:
- the features
 
 
- 
 
-