public interface SetupP2Package extends EPackage
SetupP2Factory
Modifier and Type | Interface and Description |
---|---|
static interface |
SetupP2Package.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 SetupP2Package |
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 |
P2_TASK
The meta object id for the '
P2 Task ' class. |
static int |
P2_TASK__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.
|
static int |
P2_TASK__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
P2_TASK__DISABLED
The feature id for the 'Disabled' attribute.
|
static int |
P2_TASK__EXCLUDED_TRIGGERS
The feature id for the 'Excluded Triggers' attribute.
|
static int |
P2_TASK__ID
The feature id for the 'ID' attribute.
|
static int |
P2_TASK__LABEL
The feature id for the 'Label' attribute.
|
static int |
P2_TASK__LICENSE_CONFIRMATION_DISABLED
The feature id for the 'License Confirmation Disabled' attribute.
|
static int |
P2_TASK__MERGE_DISABLED
The feature id for the 'Merge Disabled' attribute.
|
static int |
P2_TASK__PREDECESSORS
The feature id for the 'Predecessors' reference list.
|
static int |
P2_TASK__REPOSITORIES
The feature id for the 'Repositories' containment reference list.
|
static int |
P2_TASK__REQUIREMENTS
The feature id for the 'Requirements' containment reference list.
|
static int |
P2_TASK__RESTRICTIONS
The feature id for the 'Restrictions' reference list.
|
static int |
P2_TASK__SCOPE_TYPE
The feature id for the 'Scope Type' attribute.
|
static int |
P2_TASK__SUCCESSORS
The feature id for the 'Successors' reference list.
|
static int |
P2_TASK_FEATURE_COUNT
The number of structural features of the 'P2 Task' class.
|
Modifier and Type | Method and Description |
---|---|
EAttribute |
getP2Task_Label()
Returns the meta object for the attribute '
Label '. |
EAttribute |
getP2Task_LicenseConfirmationDisabled()
Returns the meta object for the attribute '
License Confirmation Disabled '. |
EAttribute |
getP2Task_MergeDisabled()
Returns the meta object for the attribute '
Merge Disabled '. |
EReference |
getP2Task_Repositories()
Returns the meta object for the containment reference list '
Repositories '. |
EReference |
getP2Task_Requirements()
Returns the meta object for the containment reference list '
Requirements '. |
EClass |
getP2Task()
Returns the meta object for class '
P2 Task '. |
SetupP2Factory |
getSetupP2Factory()
Returns the factory that creates the instances of the model.
|
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 SetupP2Package eINSTANCE
static final int P2_TASK
P2 Task
' class.
P2TaskImpl
,
SetupP2PackageImpl.getP2Task()
,
Constant Field Valuesstatic final int P2_TASK__ANNOTATIONS
static final int P2_TASK__ID
static final int P2_TASK__DESCRIPTION
static final int P2_TASK__SCOPE_TYPE
static final int P2_TASK__EXCLUDED_TRIGGERS
static final int P2_TASK__DISABLED
static final int P2_TASK__PREDECESSORS
static final int P2_TASK__SUCCESSORS
static final int P2_TASK__RESTRICTIONS
static final int P2_TASK__LABEL
static final int P2_TASK__REQUIREMENTS
static final int P2_TASK__REPOSITORIES
static final int P2_TASK__LICENSE_CONFIRMATION_DISABLED
static final int P2_TASK__MERGE_DISABLED
static final int P2_TASK_FEATURE_COUNT
EClass getP2Task()
P2 Task
'.
P2Task
EAttribute getP2Task_Label()
Label
'.
P2Task.getLabel()
,
getP2Task()
EReference getP2Task_Requirements()
Requirements
'.
P2Task.getRequirements()
,
getP2Task()
EReference getP2Task_Repositories()
Repositories
'.
P2Task.getRepositories()
,
getP2Task()
EAttribute getP2Task_LicenseConfirmationDisabled()
License Confirmation Disabled
'.
P2Task.isLicenseConfirmationDisabled()
,
getP2Task()
EAttribute getP2Task_MergeDisabled()
Merge Disabled
'.
P2Task.isMergeDisabled()
,
getP2Task()
SetupP2Factory getSetupP2Factory()
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