public interface SetupTargletsPackage extends EPackage
SetupTargletsFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
SetupTargletsPackage.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 SetupTargletsPackage |
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 |
TARGLET_TASK
The meta object id for the '
Targlet Task ' class. |
static int |
TARGLET_TASK__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.
|
static int |
TARGLET_TASK__ARCHITECTURE
The feature id for the 'Architecture' attribute.
|
static int |
TARGLET_TASK__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
TARGLET_TASK__DISABLED
The feature id for the 'Disabled' attribute.
|
static int |
TARGLET_TASK__EXCLUDED_TRIGGERS
The feature id for the 'Excluded Triggers' attribute.
|
static int |
TARGLET_TASK__ID
The feature id for the 'ID' attribute.
|
static int |
TARGLET_TASK__LOCALE
The feature id for the 'Locale' attribute.
|
static int |
TARGLET_TASK__OPERATING_SYSTEM
The feature id for the 'Operating System' attribute.
|
static int |
TARGLET_TASK__PREDECESSORS
The feature id for the 'Predecessors' reference list.
|
static int |
TARGLET_TASK__RESTRICTIONS
The feature id for the 'Restrictions' reference list.
|
static int |
TARGLET_TASK__SCOPE_TYPE
The feature id for the 'Scope Type' attribute.
|
static int |
TARGLET_TASK__SUCCESSORS
The feature id for the 'Successors' reference list.
|
static int |
TARGLET_TASK__TARGLET_UR_IS
The feature id for the 'Targlet UR Is' attribute list.
|
static int |
TARGLET_TASK__TARGLETS
The feature id for the 'Targlets' containment reference list.
|
static int |
TARGLET_TASK__WINDOWING_SYSTEM
The feature id for the 'Windowing System' attribute.
|
static int |
TARGLET_TASK_FEATURE_COUNT
The number of structural features of the 'Targlet Task' class.
|
Modifier and Type | Method and Description |
---|---|
SetupTargletsFactory |
getSetupTargletsFactory()
Returns the factory that creates the instances of the model.
|
EAttribute |
getTargletTask_Architecture()
Returns the meta object for the attribute '
Architecture '. |
EAttribute |
getTargletTask_Locale()
Returns the meta object for the attribute '
Locale '. |
EAttribute |
getTargletTask_OperatingSystem()
Returns the meta object for the attribute '
Operating System '. |
EReference |
getTargletTask_Targlets()
Returns the meta object for the containment reference list '
Targlets '. |
EAttribute |
getTargletTask_TargletURIs()
Returns the meta object for the attribute list '
Targlet UR Is '. |
EAttribute |
getTargletTask_WindowingSystem()
Returns the meta object for the attribute '
Windowing System '. |
EClass |
getTargletTask()
Returns the meta object for class '
Targlet 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 SetupTargletsPackage eINSTANCE
static final int TARGLET_TASK
Targlet Task
' class.
TargletTaskImpl
,
SetupTargletsPackageImpl.getTargletTask()
,
Constant Field Valuesstatic final int TARGLET_TASK__ANNOTATIONS
static final int TARGLET_TASK__ID
static final int TARGLET_TASK__DESCRIPTION
static final int TARGLET_TASK__SCOPE_TYPE
static final int TARGLET_TASK__EXCLUDED_TRIGGERS
static final int TARGLET_TASK__DISABLED
static final int TARGLET_TASK__PREDECESSORS
static final int TARGLET_TASK__SUCCESSORS
static final int TARGLET_TASK__RESTRICTIONS
static final int TARGLET_TASK__TARGLETS
static final int TARGLET_TASK__TARGLET_UR_IS
static final int TARGLET_TASK__OPERATING_SYSTEM
static final int TARGLET_TASK__WINDOWING_SYSTEM
static final int TARGLET_TASK__ARCHITECTURE
static final int TARGLET_TASK__LOCALE
static final int TARGLET_TASK_FEATURE_COUNT
EClass getTargletTask()
Targlet Task
'.
TargletTask
EReference getTargletTask_Targlets()
Targlets
'.
TargletTask.getTarglets()
,
getTargletTask()
EAttribute getTargletTask_TargletURIs()
Targlet UR Is
'.
TargletTask.getTargletURIs()
,
getTargletTask()
EAttribute getTargletTask_OperatingSystem()
Operating System
'.
TargletTask.getOperatingSystem()
,
getTargletTask()
EAttribute getTargletTask_WindowingSystem()
Windowing System
'.
TargletTask.getWindowingSystem()
,
getTargletTask()
EAttribute getTargletTask_Architecture()
Architecture
'.
TargletTask.getArchitecture()
,
getTargletTask()
EAttribute getTargletTask_Locale()
Locale
'.
TargletTask.getLocale()
,
getTargletTask()
SetupTargletsFactory getSetupTargletsFactory()
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