public interface MavenPackage extends EPackage
MavenFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
MavenPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
EPackage.Descriptor, EPackage.Registry
Modifier and Type | Field and Description |
---|---|
static MavenPackage |
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 |
MAVEN_IMPORT_TASK
The meta object id for the '
Import Task ' class. |
static int |
MAVEN_IMPORT_TASK__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.
|
static int |
MAVEN_IMPORT_TASK__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
MAVEN_IMPORT_TASK__DISABLED
The feature id for the 'Disabled' attribute.
|
static int |
MAVEN_IMPORT_TASK__EXCLUDED_TRIGGERS
The feature id for the 'Excluded Triggers' attribute.
|
static int |
MAVEN_IMPORT_TASK__ID
The feature id for the 'ID' attribute.
|
static int |
MAVEN_IMPORT_TASK__PREDECESSORS
The feature id for the 'Predecessors' reference list.
|
static int |
MAVEN_IMPORT_TASK__PROJECT_NAME_TEMPLATE
The feature id for the 'Project Name Template' attribute.
|
static int |
MAVEN_IMPORT_TASK__RESTRICTIONS
The feature id for the 'Restrictions' reference list.
|
static int |
MAVEN_IMPORT_TASK__SCOPE_TYPE
The feature id for the 'Scope Type' attribute.
|
static int |
MAVEN_IMPORT_TASK__SOURCE_LOCATORS
The feature id for the 'Source Locators' containment reference list.
|
static int |
MAVEN_IMPORT_TASK__SUCCESSORS
The feature id for the 'Successors' reference list.
|
static int |
MAVEN_IMPORT_TASK_FEATURE_COUNT
The number of structural features of the 'Import Task' class.
|
Modifier and Type | Method and Description |
---|---|
MavenFactory |
getMavenFactory()
Returns the factory that creates the instances of the model.
|
EAttribute |
getMavenImportTask_ProjectNameTemplate()
Returns the meta object for the attribute '
Project Name Template '. |
EReference |
getMavenImportTask_SourceLocators()
Returns the meta object for the containment reference list '
Source Locators '. |
EClass |
getMavenImportTask()
Returns the meta object for class '
Import Task '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getName, setName
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final MavenPackage eINSTANCE
static final int MAVEN_IMPORT_TASK
Import Task
' class.
MavenImportTaskImpl
,
MavenPackageImpl.getMavenImportTask()
,
Constant Field Valuesstatic final int MAVEN_IMPORT_TASK__ANNOTATIONS
static final int MAVEN_IMPORT_TASK__ID
static final int MAVEN_IMPORT_TASK__DESCRIPTION
static final int MAVEN_IMPORT_TASK__SCOPE_TYPE
static final int MAVEN_IMPORT_TASK__EXCLUDED_TRIGGERS
static final int MAVEN_IMPORT_TASK__DISABLED
static final int MAVEN_IMPORT_TASK__PREDECESSORS
static final int MAVEN_IMPORT_TASK__SUCCESSORS
static final int MAVEN_IMPORT_TASK__RESTRICTIONS
static final int MAVEN_IMPORT_TASK__SOURCE_LOCATORS
static final int MAVEN_IMPORT_TASK__PROJECT_NAME_TEMPLATE
static final int MAVEN_IMPORT_TASK_FEATURE_COUNT
EClass getMavenImportTask()
Import Task
'.
MavenImportTask
EReference getMavenImportTask_SourceLocators()
Source Locators
'.
MavenImportTask.getSourceLocators()
,
getMavenImportTask()
EAttribute getMavenImportTask_ProjectNameTemplate()
Project Name Template
'.
MavenImportTask.getProjectNameTemplate()
,
getMavenImportTask()
MavenFactory getMavenFactory()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html