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 SummaryFields 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 SummaryConstructors Modifier Constructor Description protectedEObjectClassFeatures()
 - 
Method SummaryAll 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- 
valuespublic final List<org.eclipse.emf.ecore.EStructuralFeature> values 
 - 
containmentspublic final List<org.eclipse.emf.ecore.EReference> containments 
 - 
referencespublic final List<org.eclipse.emf.ecore.EReference> references 
 - 
externalPropertiespublic final List<org.eclipse.emf.ecore.EStructuralFeature> externalProperties 
 
- 
 - 
Method Detail- 
addValuepublic void addValue(org.eclipse.emf.ecore.EStructuralFeature feature) 
 - 
addContainmentpublic void addContainment(org.eclipse.emf.ecore.EReference feature) 
 - 
addReferencepublic void addReference(org.eclipse.emf.ecore.EReference feature) 
 - 
addExternalPropertypublic void addExternalProperty(org.eclipse.emf.ecore.EStructuralFeature feature) 
 
- 
 
-