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>containmentsList<org.eclipse.emf.ecore.EStructuralFeature>externalPropertiesList<org.eclipse.emf.ecore.EReference>referencesList<org.eclipse.emf.ecore.EStructuralFeature>values
-
Constructor Summary
Constructors Modifier Constructor Description protectedEObjectClassFeatures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContainment(org.eclipse.emf.ecore.EReference feature)voidaddExternalProperty(org.eclipse.emf.ecore.EStructuralFeature feature)voidaddReference(org.eclipse.emf.ecore.EReference feature)voidaddValue(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)
-
-