Class AbstractEmfBasedComparisonParticipant.EObjectClassFeatures
- java.lang.Object
-
- com._1c.g5.v8.dt.compare.participant.AbstractEmfBasedComparisonParticipant.EObjectClassFeatures
-
- Enclosing class:
- AbstractEmfBasedComparisonParticipant
protected static class AbstractEmfBasedComparisonParticipant.EObjectClassFeatures extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<org.eclipse.emf.ecore.EReference>
containments
List<org.eclipse.emf.ecore.EStructuralFeature>
externalProperties
List<org.eclipse.emf.ecore.EReference>
references
List<org.eclipse.emf.ecore.EStructuralFeature>
values
-
Constructor Summary
Constructors Modifier Constructor Description protected
EObjectClassFeatures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addContainment(org.eclipse.emf.ecore.EReference feature)
void
addExternalProperty(org.eclipse.emf.ecore.EStructuralFeature feature)
void
addReference(org.eclipse.emf.ecore.EReference feature)
void
addValue(org.eclipse.emf.ecore.EStructuralFeature feature)
-
-
-
Field Detail
-
values
public final List<org.eclipse.emf.ecore.EStructuralFeature> values
-
containments
public final List<org.eclipse.emf.ecore.EReference> containments
-
references
public final List<org.eclipse.emf.ecore.EReference> references
-
externalProperties
public final List<org.eclipse.emf.ecore.EStructuralFeature> externalProperties
-
-
Method Detail
-
addValue
public void addValue(org.eclipse.emf.ecore.EStructuralFeature feature)
-
addContainment
public void addContainment(org.eclipse.emf.ecore.EReference feature)
-
addReference
public void addReference(org.eclipse.emf.ecore.EReference feature)
-
addExternalProperty
public void addExternalProperty(org.eclipse.emf.ecore.EStructuralFeature feature)
-
-