Interface RepositoryPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
RepositoryPackageImpl
public interface RepositoryPackage 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:
RepositoryFactory
- Generated class or method.
- EMF model class or method.
- kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL'"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RepositoryPackage.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_CHANNEL
The meta object id for the 'Data Channel
' class.static int
DATA_CHANNEL__DATA_SINK_ROLES
The feature id for the 'Data Sink Roles' reference list.static int
DATA_CHANNEL__DATA_SOURCE_ROLES
The feature id for the 'Data Source Roles' reference list.static int
DATA_CHANNEL__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
DATA_CHANNEL__ID
The feature id for the 'Id' attribute.static int
DATA_CHANNEL__PROVIDED_ROLES_INTERFACE_PROVIDING_ENTITY
The feature id for the 'Provided Roles Interface Providing Entity' containment reference list.static int
DATA_CHANNEL__REPOSITORY_REPOSITORY_COMPONENT
The feature id for the 'Repository Repository Component' container reference.static int
DATA_CHANNEL__REQUIRED_ROLES_INTERFACE_REQUIRING_ENTITY
The feature id for the 'Required Roles Interface Requiring Entity' containment reference list.static int
DATA_CHANNEL__RESOURCE_REQUIRED_ROLES_RESOURCE_INTERFACE_REQUIRING_ENTITY
The feature id for the 'Resource Required Roles Resource Interface Requiring Entity' containment reference list.static int
DATA_CHANNEL_FEATURE_COUNT
The number of structural features of the 'Data Channel' class.static int
DATA_INTERFACE
The meta object id for the 'Data Interface
' class.static int
DATA_INTERFACE__DATA_SIGNATURE
The feature id for the 'Data Signature' containment reference.static int
DATA_INTERFACE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
DATA_INTERFACE__ID
The feature id for the 'Id' attribute.static int
DATA_INTERFACE__PARENT_INTERFACES_INTERFACE
The feature id for the 'Parent Interfaces Interface' reference list.static int
DATA_INTERFACE__PROTOCOLS_INTERFACE
The feature id for the 'Protocols Interface' containment reference list.static int
DATA_INTERFACE__REPOSITORY_INTERFACE
The feature id for the 'Repository Interface' container reference.static int
DATA_INTERFACE__REQUIRED_CHARACTERISATIONS
The feature id for the 'Required Characterisations' containment reference list.static int
DATA_INTERFACE_FEATURE_COUNT
The number of structural features of the 'Data Interface' class.static int
DATA_SIGNATURE
The meta object id for the 'Data Signature
' class.static int
DATA_SIGNATURE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
DATA_SIGNATURE__EXCEPTIONS_SIGNATURE
The feature id for the 'Exceptions Signature' containment reference list.static int
DATA_SIGNATURE__FAILURE_TYPE
The feature id for the 'Failure Type' reference list.static int
DATA_SIGNATURE__ID
The feature id for the 'Id' attribute.static int
DATA_SIGNATURE__PARAMETER
The feature id for the 'Parameter' containment reference.static int
DATA_SIGNATURE_FEATURE_COUNT
The number of structural features of the 'Data Signature' class.static int
DATA_SINK_ROLE
The meta object id for the 'Data Sink Role
' class.static int
DATA_SINK_ROLE__DATA_INTERFACE
The feature id for the 'Data Interface' reference.static int
DATA_SINK_ROLE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
DATA_SINK_ROLE__ID
The feature id for the 'Id' attribute.static int
DATA_SINK_ROLE__PROVIDING_ENTITY_PROVIDED_ROLE
The feature id for the 'Providing Entity Provided Role' container reference.static int
DATA_SINK_ROLE_FEATURE_COUNT
The number of structural features of the 'Data Sink Role' class.static int
DATA_SOURCE_ROLE
The meta object id for the 'Data Source Role
' class.static int
DATA_SOURCE_ROLE__DATA_INTERFACE
The feature id for the 'Data Interface' reference.static int
DATA_SOURCE_ROLE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
DATA_SOURCE_ROLE__ID
The feature id for the 'Id' attribute.static int
DATA_SOURCE_ROLE__REQUIRING_ENTITY_REQUIRED_ROLE
The feature id for the 'Requiring Entity Required Role' container reference.static int
DATA_SOURCE_ROLE_FEATURE_COUNT
The number of structural features of the 'Data Source Role' class.static RepositoryPackage
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
JAVA_CLASS_DATA_CHANNEL
The meta object id for the 'Java Class Data Channel
' class.static int
JAVA_CLASS_DATA_CHANNEL__CONFIG_ENTRIES
The feature id for the 'Config Entries' attribute list.static int
JAVA_CLASS_DATA_CHANNEL__DATA_SINK_ROLES
The feature id for the 'Data Sink Roles' reference list.static int
JAVA_CLASS_DATA_CHANNEL__DATA_SOURCE_ROLES
The feature id for the 'Data Source Roles' reference list.static int
JAVA_CLASS_DATA_CHANNEL__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
JAVA_CLASS_DATA_CHANNEL__ID
The feature id for the 'Id' attribute.static int
JAVA_CLASS_DATA_CHANNEL__PROVIDED_ROLES_INTERFACE_PROVIDING_ENTITY
The feature id for the 'Provided Roles Interface Providing Entity' containment reference list.static int
JAVA_CLASS_DATA_CHANNEL__REALIZING_CLASS_FQN
The feature id for the 'Realizing Class Fqn' attribute.static int
JAVA_CLASS_DATA_CHANNEL__REPOSITORY_REPOSITORY_COMPONENT
The feature id for the 'Repository Repository Component' container reference.static int
JAVA_CLASS_DATA_CHANNEL__REQUIRED_ROLES_INTERFACE_REQUIRING_ENTITY
The feature id for the 'Required Roles Interface Requiring Entity' containment reference list.static int
JAVA_CLASS_DATA_CHANNEL__RESOURCE_REQUIRED_ROLES_RESOURCE_INTERFACE_REQUIRING_ENTITY
The feature id for the 'Resource Required Roles Resource Interface Requiring Entity' containment reference list.static int
JAVA_CLASS_DATA_CHANNEL_FEATURE_COUNT
The number of structural features of the 'Java Class Data Channel' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getDataChannel()
Returns the meta object for class 'Data Channel
'.EReference
getDataChannel_DataSinkRoles()
Returns the meta object for the reference list 'Data Sink Roles
'.EReference
getDataChannel_DataSourceRoles()
Returns the meta object for the reference list 'Data Source Roles
'.EClass
getDataInterface()
Returns the meta object for class 'Data Interface
'.EReference
getDataInterface_DataSignature()
Returns the meta object for the containment reference 'Data Signature
'.EClass
getDataSignature()
Returns the meta object for class 'Data Signature
'.EReference
getDataSignature_Parameter()
Returns the meta object for the containment reference 'Parameter
'.EClass
getDataSinkRole()
Returns the meta object for class 'Data Sink Role
'.EReference
getDataSinkRole_DataInterface()
Returns the meta object for the reference 'Data Interface
'.EClass
getDataSourceRole()
Returns the meta object for class 'Data Source Role
'.EReference
getDataSourceRole_DataInterface()
Returns the meta object for the reference 'Data Interface
'.EClass
getJavaClassDataChannel()
Returns the meta object for class 'Java Class Data Channel
'.RepositoryFactory
getRepositoryFactory()
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 RepositoryPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
DATA_SINK_ROLE
static final int DATA_SINK_ROLE
The meta object id for the 'Data Sink Role
' class.- See Also:
DataSinkRoleImpl
,RepositoryPackageImpl.getDataSinkRole()
, Constant Field Values- Generated class or method.
-
DATA_SINK_ROLE__ID
static final int DATA_SINK_ROLE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SINK_ROLE__ENTITY_NAME
static final int DATA_SINK_ROLE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SINK_ROLE__PROVIDING_ENTITY_PROVIDED_ROLE
static final int DATA_SINK_ROLE__PROVIDING_ENTITY_PROVIDED_ROLE
The feature id for the 'Providing Entity Provided Role' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SINK_ROLE__DATA_INTERFACE
static final int DATA_SINK_ROLE__DATA_INTERFACE
The feature id for the 'Data Interface' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SINK_ROLE_FEATURE_COUNT
static final int DATA_SINK_ROLE_FEATURE_COUNT
The number of structural features of the 'Data Sink Role' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_ROLE
static final int DATA_SOURCE_ROLE
The meta object id for the 'Data Source Role
' class.- See Also:
DataSourceRoleImpl
,RepositoryPackageImpl.getDataSourceRole()
, Constant Field Values- Generated class or method.
-
DATA_SOURCE_ROLE__ID
static final int DATA_SOURCE_ROLE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_ROLE__ENTITY_NAME
static final int DATA_SOURCE_ROLE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_ROLE__REQUIRING_ENTITY_REQUIRED_ROLE
static final int DATA_SOURCE_ROLE__REQUIRING_ENTITY_REQUIRED_ROLE
The feature id for the 'Requiring Entity Required Role' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_ROLE__DATA_INTERFACE
static final int DATA_SOURCE_ROLE__DATA_INTERFACE
The feature id for the 'Data Interface' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_ROLE_FEATURE_COUNT
static final int DATA_SOURCE_ROLE_FEATURE_COUNT
The number of structural features of the 'Data Source Role' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_INTERFACE
static final int DATA_INTERFACE
The meta object id for the 'Data Interface
' class.- See Also:
DataInterfaceImpl
,RepositoryPackageImpl.getDataInterface()
, Constant Field Values- Generated class or method.
-
DATA_INTERFACE__ID
static final int DATA_INTERFACE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_INTERFACE__ENTITY_NAME
static final int DATA_INTERFACE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_INTERFACE__PARENT_INTERFACES_INTERFACE
static final int DATA_INTERFACE__PARENT_INTERFACES_INTERFACE
The feature id for the 'Parent Interfaces Interface' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_INTERFACE__PROTOCOLS_INTERFACE
static final int DATA_INTERFACE__PROTOCOLS_INTERFACE
The feature id for the 'Protocols Interface' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_INTERFACE__REQUIRED_CHARACTERISATIONS
static final int DATA_INTERFACE__REQUIRED_CHARACTERISATIONS
The feature id for the 'Required Characterisations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_INTERFACE__REPOSITORY_INTERFACE
static final int DATA_INTERFACE__REPOSITORY_INTERFACE
The feature id for the 'Repository Interface' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_INTERFACE__DATA_SIGNATURE
static final int DATA_INTERFACE__DATA_SIGNATURE
The feature id for the 'Data Signature' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_INTERFACE_FEATURE_COUNT
static final int DATA_INTERFACE_FEATURE_COUNT
The number of structural features of the 'Data Interface' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SIGNATURE
static final int DATA_SIGNATURE
The meta object id for the 'Data Signature
' class.- See Also:
DataSignatureImpl
,RepositoryPackageImpl.getDataSignature()
, Constant Field Values- Generated class or method.
-
DATA_SIGNATURE__ID
static final int DATA_SIGNATURE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SIGNATURE__ENTITY_NAME
static final int DATA_SIGNATURE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SIGNATURE__EXCEPTIONS_SIGNATURE
static final int DATA_SIGNATURE__EXCEPTIONS_SIGNATURE
The feature id for the 'Exceptions Signature' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SIGNATURE__FAILURE_TYPE
static final int DATA_SIGNATURE__FAILURE_TYPE
The feature id for the 'Failure Type' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SIGNATURE__PARAMETER
static final int DATA_SIGNATURE__PARAMETER
The feature id for the 'Parameter' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SIGNATURE_FEATURE_COUNT
static final int DATA_SIGNATURE_FEATURE_COUNT
The number of structural features of the 'Data Signature' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_CHANNEL
static final int DATA_CHANNEL
The meta object id for the 'Data Channel
' class.- See Also:
DataChannelImpl
,RepositoryPackageImpl.getDataChannel()
, Constant Field Values- Generated class or method.
-
DATA_CHANNEL__ID
static final int DATA_CHANNEL__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_CHANNEL__ENTITY_NAME
static final int DATA_CHANNEL__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_CHANNEL__PROVIDED_ROLES_INTERFACE_PROVIDING_ENTITY
static final int DATA_CHANNEL__PROVIDED_ROLES_INTERFACE_PROVIDING_ENTITY
The feature id for the 'Provided Roles Interface Providing Entity' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_CHANNEL__RESOURCE_REQUIRED_ROLES_RESOURCE_INTERFACE_REQUIRING_ENTITY
static final int DATA_CHANNEL__RESOURCE_REQUIRED_ROLES_RESOURCE_INTERFACE_REQUIRING_ENTITY
The feature id for the 'Resource Required Roles Resource Interface Requiring Entity' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_CHANNEL__REQUIRED_ROLES_INTERFACE_REQUIRING_ENTITY
static final int DATA_CHANNEL__REQUIRED_ROLES_INTERFACE_REQUIRING_ENTITY
The feature id for the 'Required Roles Interface Requiring Entity' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_CHANNEL__REPOSITORY_REPOSITORY_COMPONENT
static final int DATA_CHANNEL__REPOSITORY_REPOSITORY_COMPONENT
The feature id for the 'Repository Repository Component' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_CHANNEL__DATA_SINK_ROLES
static final int DATA_CHANNEL__DATA_SINK_ROLES
The feature id for the 'Data Sink Roles' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_CHANNEL__DATA_SOURCE_ROLES
static final int DATA_CHANNEL__DATA_SOURCE_ROLES
The feature id for the 'Data Source Roles' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_CHANNEL_FEATURE_COUNT
static final int DATA_CHANNEL_FEATURE_COUNT
The number of structural features of the 'Data Channel' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_CLASS_DATA_CHANNEL
static final int JAVA_CLASS_DATA_CHANNEL
The meta object id for the 'Java Class Data Channel
' class.- See Also:
JavaClassDataChannelImpl
,RepositoryPackageImpl.getJavaClassDataChannel()
, Constant Field Values- Generated class or method.
-
JAVA_CLASS_DATA_CHANNEL__ID
static final int JAVA_CLASS_DATA_CHANNEL__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_CLASS_DATA_CHANNEL__ENTITY_NAME
static final int JAVA_CLASS_DATA_CHANNEL__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_CLASS_DATA_CHANNEL__PROVIDED_ROLES_INTERFACE_PROVIDING_ENTITY
static final int JAVA_CLASS_DATA_CHANNEL__PROVIDED_ROLES_INTERFACE_PROVIDING_ENTITY
The feature id for the 'Provided Roles Interface Providing Entity' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_CLASS_DATA_CHANNEL__RESOURCE_REQUIRED_ROLES_RESOURCE_INTERFACE_REQUIRING_ENTITY
static final int JAVA_CLASS_DATA_CHANNEL__RESOURCE_REQUIRED_ROLES_RESOURCE_INTERFACE_REQUIRING_ENTITY
The feature id for the 'Resource Required Roles Resource Interface Requiring Entity' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_CLASS_DATA_CHANNEL__REQUIRED_ROLES_INTERFACE_REQUIRING_ENTITY
static final int JAVA_CLASS_DATA_CHANNEL__REQUIRED_ROLES_INTERFACE_REQUIRING_ENTITY
The feature id for the 'Required Roles Interface Requiring Entity' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_CLASS_DATA_CHANNEL__REPOSITORY_REPOSITORY_COMPONENT
static final int JAVA_CLASS_DATA_CHANNEL__REPOSITORY_REPOSITORY_COMPONENT
The feature id for the 'Repository Repository Component' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_CLASS_DATA_CHANNEL__DATA_SINK_ROLES
static final int JAVA_CLASS_DATA_CHANNEL__DATA_SINK_ROLES
The feature id for the 'Data Sink Roles' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_CLASS_DATA_CHANNEL__DATA_SOURCE_ROLES
static final int JAVA_CLASS_DATA_CHANNEL__DATA_SOURCE_ROLES
The feature id for the 'Data Source Roles' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_CLASS_DATA_CHANNEL__REALIZING_CLASS_FQN
static final int JAVA_CLASS_DATA_CHANNEL__REALIZING_CLASS_FQN
The feature id for the 'Realizing Class Fqn' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_CLASS_DATA_CHANNEL__CONFIG_ENTRIES
static final int JAVA_CLASS_DATA_CHANNEL__CONFIG_ENTRIES
The feature id for the 'Config Entries' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_CLASS_DATA_CHANNEL_FEATURE_COUNT
static final int JAVA_CLASS_DATA_CHANNEL_FEATURE_COUNT
The number of structural features of the 'Java Class Data Channel' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getDataSinkRole
EClass getDataSinkRole()
Returns the meta object for class 'Data Sink Role
'.- Returns:
- the meta object for class 'Data Sink Role'.
- See Also:
DataSinkRole
- Generated class or method.
-
getDataSinkRole_DataInterface
EReference getDataSinkRole_DataInterface()
Returns the meta object for the reference 'Data Interface
'.- Returns:
- the meta object for the reference 'Data Interface'.
- See Also:
DataSinkRole.getDataInterface()
,getDataSinkRole()
- Generated class or method.
-
getDataSourceRole
EClass getDataSourceRole()
Returns the meta object for class 'Data Source Role
'.- Returns:
- the meta object for class 'Data Source Role'.
- See Also:
DataSourceRole
- Generated class or method.
-
getDataSourceRole_DataInterface
EReference getDataSourceRole_DataInterface()
Returns the meta object for the reference 'Data Interface
'.- Returns:
- the meta object for the reference 'Data Interface'.
- See Also:
DataSourceRole.getDataInterface()
,getDataSourceRole()
- Generated class or method.
-
getDataInterface
EClass getDataInterface()
Returns the meta object for class 'Data Interface
'.- Returns:
- the meta object for class 'Data Interface'.
- See Also:
DataInterface
- Generated class or method.
-
getDataInterface_DataSignature
EReference getDataInterface_DataSignature()
Returns the meta object for the containment reference 'Data Signature
'.- Returns:
- the meta object for the containment reference 'Data Signature'.
- See Also:
DataInterface.getDataSignature()
,getDataInterface()
- Generated class or method.
-
getDataSignature
EClass getDataSignature()
Returns the meta object for class 'Data Signature
'.- Returns:
- the meta object for class 'Data Signature'.
- See Also:
DataSignature
- Generated class or method.
-
getDataSignature_Parameter
EReference getDataSignature_Parameter()
Returns the meta object for the containment reference 'Parameter
'.- Returns:
- the meta object for the containment reference 'Parameter'.
- See Also:
DataSignature.getParameter()
,getDataSignature()
- Generated class or method.
-
getDataChannel
EClass getDataChannel()
Returns the meta object for class 'Data Channel
'.- Returns:
- the meta object for class 'Data Channel'.
- See Also:
DataChannel
- Generated class or method.
-
getDataChannel_DataSinkRoles
EReference getDataChannel_DataSinkRoles()
Returns the meta object for the reference list 'Data Sink Roles
'.- Returns:
- the meta object for the reference list 'Data Sink Roles'.
- See Also:
DataChannel.getDataSinkRoles()
,getDataChannel()
- Generated class or method.
-
getDataChannel_DataSourceRoles
EReference getDataChannel_DataSourceRoles()
Returns the meta object for the reference list 'Data Source Roles
'.- Returns:
- the meta object for the reference list 'Data Source Roles'.
- See Also:
DataChannel.getDataSourceRoles()
,getDataChannel()
- Generated class or method.
-
getJavaClassDataChannel
EClass getJavaClassDataChannel()
Returns the meta object for class 'Java Class Data Channel
'.- Returns:
- the meta object for class 'Java Class Data Channel'.
- See Also:
JavaClassDataChannel
- Generated class or method.
-
getRepositoryFactory
RepositoryFactory getRepositoryFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-