public interface ProjectsPackage extends EPackage
ProjectsFactory| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | ProjectsPackage.LiteralsDefines 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 ProjectsPackage | eINSTANCEThe singleton instance of the package. | 
| static String | eNAMEThe package name. | 
| static String | eNS_PREFIXThe package namespace name. | 
| static String | eNS_URIThe package namespace URI. | 
| static int | PATH_VARIABLE_TASKThe meta object id for the ' Path Variable Task' class. | 
| static int | PATH_VARIABLE_TASK__ANNOTATIONSThe feature id for the 'Annotations' containment reference list. | 
| static int | PATH_VARIABLE_TASK__DESCRIPTIONThe feature id for the 'Description' attribute. | 
| static int | PATH_VARIABLE_TASK__DISABLEDThe feature id for the 'Disabled' attribute. | 
| static int | PATH_VARIABLE_TASK__EXCLUDED_TRIGGERSThe feature id for the 'Excluded Triggers' attribute. | 
| static int | PATH_VARIABLE_TASK__IDThe feature id for the 'ID' attribute. | 
| static int | PATH_VARIABLE_TASK__NAMEThe feature id for the 'Name' attribute. | 
| static int | PATH_VARIABLE_TASK__PREDECESSORSThe feature id for the 'Predecessors' reference list. | 
| static int | PATH_VARIABLE_TASK__RESTRICTIONSThe feature id for the 'Restrictions' reference list. | 
| static int | PATH_VARIABLE_TASK__SCOPE_TYPEThe feature id for the 'Scope Type' attribute. | 
| static int | PATH_VARIABLE_TASK__SUCCESSORSThe feature id for the 'Successors' reference list. | 
| static int | PATH_VARIABLE_TASK__URIThe feature id for the 'URI' attribute. | 
| static int | PATH_VARIABLE_TASK_FEATURE_COUNTThe number of structural features of the 'Path Variable Task' class. | 
| static int | PROJECTS_IMPORT_TASKThe meta object id for the ' Import Task' class. | 
| static int | PROJECTS_IMPORT_TASK__ANNOTATIONSThe feature id for the 'Annotations' containment reference list. | 
| static int | PROJECTS_IMPORT_TASK__DESCRIPTIONThe feature id for the 'Description' attribute. | 
| static int | PROJECTS_IMPORT_TASK__DISABLEDThe feature id for the 'Disabled' attribute. | 
| static int | PROJECTS_IMPORT_TASK__EXCLUDED_TRIGGERSThe feature id for the 'Excluded Triggers' attribute. | 
| static int | PROJECTS_IMPORT_TASK__IDThe feature id for the 'ID' attribute. | 
| static int | PROJECTS_IMPORT_TASK__PREDECESSORSThe feature id for the 'Predecessors' reference list. | 
| static int | PROJECTS_IMPORT_TASK__RESTRICTIONSThe feature id for the 'Restrictions' reference list. | 
| static int | PROJECTS_IMPORT_TASK__SCOPE_TYPEThe feature id for the 'Scope Type' attribute. | 
| static int | PROJECTS_IMPORT_TASK__SOURCE_LOCATORSThe feature id for the 'Source Locators' containment reference list. | 
| static int | PROJECTS_IMPORT_TASK__SUCCESSORSThe feature id for the 'Successors' reference list. | 
| static int | PROJECTS_IMPORT_TASK_FEATURE_COUNTThe number of structural features of the 'Import Task' class. | 
| Modifier and Type | Method and Description | 
|---|---|
| EAttribute | getPathVariableTask_Name()Returns the meta object for the attribute ' Name'. | 
| EAttribute | getPathVariableTask_URI()Returns the meta object for the attribute ' URI'. | 
| EClass | getPathVariableTask()Returns the meta object for class ' Path Variable Task'. | 
| ProjectsFactory | getProjectsFactory()Returns the factory that creates the instances of the model. | 
| EReference | getProjectsImportTask_SourceLocators()Returns the meta object for the containment reference list ' Source Locators'. | 
| EClass | getProjectsImportTask()Returns the meta object for class ' Import Task'. | 
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetName, setNamegetEAnnotation, getEAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ProjectsPackage eINSTANCE
static final int PROJECTS_IMPORT_TASK
Import Task' class.
 
 ProjectsImportTaskImpl, 
ProjectsPackageImpl.getProjectsImportTask(), 
Constant Field Valuesstatic final int PROJECTS_IMPORT_TASK__ANNOTATIONS
static final int PROJECTS_IMPORT_TASK__ID
static final int PROJECTS_IMPORT_TASK__DESCRIPTION
static final int PROJECTS_IMPORT_TASK__SCOPE_TYPE
static final int PROJECTS_IMPORT_TASK__EXCLUDED_TRIGGERS
static final int PROJECTS_IMPORT_TASK__DISABLED
static final int PROJECTS_IMPORT_TASK__PREDECESSORS
static final int PROJECTS_IMPORT_TASK__SUCCESSORS
static final int PROJECTS_IMPORT_TASK__RESTRICTIONS
static final int PROJECTS_IMPORT_TASK__SOURCE_LOCATORS
static final int PROJECTS_IMPORT_TASK_FEATURE_COUNT
static final int PATH_VARIABLE_TASK
Path Variable Task' class.
 
 PathVariableTaskImpl, 
ProjectsPackageImpl.getPathVariableTask(), 
Constant Field Valuesstatic final int PATH_VARIABLE_TASK__ANNOTATIONS
static final int PATH_VARIABLE_TASK__ID
static final int PATH_VARIABLE_TASK__DESCRIPTION
static final int PATH_VARIABLE_TASK__SCOPE_TYPE
static final int PATH_VARIABLE_TASK__EXCLUDED_TRIGGERS
static final int PATH_VARIABLE_TASK__DISABLED
static final int PATH_VARIABLE_TASK__PREDECESSORS
static final int PATH_VARIABLE_TASK__SUCCESSORS
static final int PATH_VARIABLE_TASK__RESTRICTIONS
static final int PATH_VARIABLE_TASK__NAME
static final int PATH_VARIABLE_TASK__URI
static final int PATH_VARIABLE_TASK_FEATURE_COUNT
EClass getProjectsImportTask()
Import Task'.
 
 ProjectsImportTaskEReference getProjectsImportTask_SourceLocators()
Source Locators'.
 
 ProjectsImportTask.getSourceLocators(), 
getProjectsImportTask()EClass getPathVariableTask()
Path Variable Task'.
 
 PathVariableTaskEAttribute getPathVariableTask_Name()
Name'.
 
 PathVariableTask.getName(), 
getPathVariableTask()EAttribute getPathVariableTask_URI()
URI'.
 
 PathVariableTask.getURI(), 
getPathVariableTask()ProjectsFactory getProjectsFactory()
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html