public interface DataTemplatePackage
extends org.eclipse.emf.ecore.EPackage
DataTemplateFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
DataTemplatePackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static String |
eCONTENT_TYPE
The package content type ID.
|
static DataTemplatePackage |
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.
|
static int |
TEMPLATE
The meta object id for the '
Template' class. |
static int |
TEMPLATE__INSTANCE
The feature id for the 'Instance' containment reference.
|
static int |
TEMPLATE__NAME
The feature id for the 'Name' attribute.
|
static int |
TEMPLATE_COLLECTION
The meta object id for the '
Template
Collection' class. |
static int |
TEMPLATE_COLLECTION__TEMPLATES
The feature id for the 'Templates' containment reference list.
|
static int |
TEMPLATE_COLLECTION_FEATURE_COUNT
The number of structural features of the 'Template Collection' class.
|
static int |
TEMPLATE_COLLECTION_OPERATION_COUNT
The number of operations of the 'Template Collection' class.
|
static int |
TEMPLATE_FEATURE_COUNT
The number of structural features of the 'Template' class.
|
static int |
TEMPLATE_OPERATION_COUNT
The number of operations of the 'Template' class.
|
| Modifier and Type | Method and Description |
|---|---|
DataTemplateFactory |
getDataTemplateFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getTemplate_Instance()
Returns the meta object for the containment reference
'
Instance'. |
org.eclipse.emf.ecore.EAttribute |
getTemplate_Name()
Returns the meta object for the attribute '
Name'. |
org.eclipse.emf.ecore.EClass |
getTemplate()
Returns the meta object for class '
Template'. |
org.eclipse.emf.ecore.EReference |
getTemplateCollection_Templates()
Returns the meta object for the containment reference list
'
Templates'. |
org.eclipse.emf.ecore.EClass |
getTemplateCollection()
Returns the meta object for class '
Template
Collection'. |
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 String eCONTENT_TYPE
static final DataTemplatePackage eINSTANCE
static final int TEMPLATE
Template' class.
static final int TEMPLATE__NAME
static final int TEMPLATE__INSTANCE
static final int TEMPLATE_FEATURE_COUNT
static final int TEMPLATE_OPERATION_COUNT
static final int TEMPLATE_COLLECTION
Template
Collection' class.
static final int TEMPLATE_COLLECTION__TEMPLATES
static final int TEMPLATE_COLLECTION_FEATURE_COUNT
static final int TEMPLATE_COLLECTION_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getTemplate()
Template'.
Templateorg.eclipse.emf.ecore.EAttribute getTemplate_Name()
Name'.
Template.getName(),
getTemplate()org.eclipse.emf.ecore.EReference getTemplate_Instance()
Instance'.
Template.getInstance(),
getTemplate()org.eclipse.emf.ecore.EClass getTemplateCollection()
Template
Collection'.
TemplateCollectionorg.eclipse.emf.ecore.EReference getTemplateCollection_Templates()
Templates'.
TemplateCollection.getTemplates(),
getTemplateCollection()DataTemplateFactory getDataTemplateFactory()
Copyright © 2019. All rights reserved.