public interface VDiffmergePackage
extends org.eclipse.emf.ecore.EPackage
VDiffmergeFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
VDiffmergePackage.Literals
Defines literals for the meta objects that
represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DIFF_ATTACHMENT
The meta object id for the '
Diff Attachment' class. |
static int |
DIFF_ATTACHMENT__MERGED_DIFFS
The feature id for the 'Merged Diffs' attribute.
|
static int |
DIFF_ATTACHMENT__TOTAL_NUMBER_OF_DIFFS
The feature id for the 'Total Number Of Diffs' attribute.
|
static int |
DIFF_ATTACHMENT_FEATURE_COUNT
The number of structural features of the 'Diff Attachment' class.
|
static VDiffmergePackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getDiffAttachment_MergedDiffs()
Returns the meta object for the attribute '
Merged Diffs'. |
org.eclipse.emf.ecore.EAttribute |
getDiffAttachment_TotalNumberOfDiffs()
Returns the meta object for the attribute '
Total Number Of Diffs'. |
org.eclipse.emf.ecore.EClass |
getDiffAttachment()
Returns the meta object for class '
Diff Attachment'. |
VDiffmergeFactory |
getDiffmergeFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final VDiffmergePackage eINSTANCE
static final int DIFF_ATTACHMENT
Diff Attachment' class.
static final int DIFF_ATTACHMENT__TOTAL_NUMBER_OF_DIFFS
static final int DIFF_ATTACHMENT__MERGED_DIFFS
static final int DIFF_ATTACHMENT_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getDiffAttachment()
Diff Attachment'.
VDiffAttachmentorg.eclipse.emf.ecore.EAttribute getDiffAttachment_TotalNumberOfDiffs()
Total Number Of Diffs'.
VDiffAttachment.getTotalNumberOfDiffs(),
getDiffAttachment()org.eclipse.emf.ecore.EAttribute getDiffAttachment_MergedDiffs()
Merged Diffs'.
VDiffAttachment.getMergedDiffs(),
getDiffAttachment()VDiffmergeFactory getDiffmergeFactory()
Copyright © 2016. All rights reserved.