Interface UtilPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
UtilPackageImpl
public interface UtilPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
UtilFactory
- Generated class or method.
- EMF model class or method.
- kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore invocationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL' settingDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL' validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL environmentFactoryClass='org.palladiosimulator.pcm.dataprocessing.dataprocessing.util.DynamicDispatchEnablingEcoreEnvironmentFactory'"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
UtilPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static int
DATA_MAPPING
The meta object id for the 'Data Mapping
' class.static int
DATA_MAPPING__FROM
The feature id for the 'From' reference.static int
DATA_MAPPING__ID
The feature id for the 'Id' attribute.static int
DATA_MAPPING__TO
The feature id for the 'To' reference.static int
DATA_MAPPING_FEATURE_COUNT
The number of structural features of the 'Data Mapping' class.static UtilPackage
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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getDataMapping()
Returns the meta object for class 'Data Mapping
'.EReference
getDataMapping_From()
Returns the meta object for the reference 'From
'.EReference
getDataMapping_To()
Returns the meta object for the reference 'To
'.UtilFactory
getUtilFactory()
Returns the factory that creates the instances of the model.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final UtilPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
DATA_MAPPING
static final int DATA_MAPPING
The meta object id for the 'Data Mapping
' class.- See Also:
DataMappingImpl
,UtilPackageImpl.getDataMapping()
, Constant Field Values- Generated class or method.
-
DATA_MAPPING__ID
static final int DATA_MAPPING__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_MAPPING__FROM
static final int DATA_MAPPING__FROM
The feature id for the 'From' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_MAPPING__TO
static final int DATA_MAPPING__TO
The feature id for the 'To' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_MAPPING_FEATURE_COUNT
static final int DATA_MAPPING_FEATURE_COUNT
The number of structural features of the 'Data Mapping' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getDataMapping
EClass getDataMapping()
Returns the meta object for class 'Data Mapping
'.- Returns:
- the meta object for class 'Data Mapping'.
- See Also:
DataMapping
- Generated class or method.
-
getDataMapping_From
EReference getDataMapping_From()
Returns the meta object for the reference 'From
'.- Returns:
- the meta object for the reference 'From'.
- See Also:
DataMapping.getFrom()
,getDataMapping()
- Generated class or method.
-
getDataMapping_To
EReference getDataMapping_To()
Returns the meta object for the reference 'To
'.- Returns:
- the meta object for the reference 'To'.
- See Also:
DataMapping.getTo()
,getDataMapping()
- Generated class or method.
-
getUtilFactory
UtilFactory getUtilFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-