Interface RepositoryPackage.Literals
-
- Enclosing interface:
- RepositoryPackage
public 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
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
DATA_CHANNEL
The meta object literal for the 'Data Channel
' class.static EReference
DATA_CHANNEL__DATA_SINK_ROLES
The meta object literal for the 'Data Sink Roles' reference list feature.static EReference
DATA_CHANNEL__DATA_SOURCE_ROLES
The meta object literal for the 'Data Source Roles' reference list feature.static EClass
DATA_INTERFACE
The meta object literal for the 'Data Interface
' class.static EReference
DATA_INTERFACE__DATA_SIGNATURE
The meta object literal for the 'Data Signature' containment reference feature.static EClass
DATA_SIGNATURE
The meta object literal for the 'Data Signature
' class.static EReference
DATA_SIGNATURE__PARAMETER
The meta object literal for the 'Parameter' containment reference feature.static EClass
DATA_SINK_ROLE
The meta object literal for the 'Data Sink Role
' class.static EReference
DATA_SINK_ROLE__DATA_INTERFACE
The meta object literal for the 'Data Interface' reference feature.static EClass
DATA_SOURCE_ROLE
The meta object literal for the 'Data Source Role
' class.static EReference
DATA_SOURCE_ROLE__DATA_INTERFACE
The meta object literal for the 'Data Interface' reference feature.static EClass
JAVA_CLASS_DATA_CHANNEL
The meta object literal for the 'Java Class Data Channel
' class.
-
-
-
Field Detail
-
DATA_SINK_ROLE
static final EClass DATA_SINK_ROLE
The meta object literal for the 'Data Sink Role
' class.- See Also:
DataSinkRoleImpl
,RepositoryPackageImpl.getDataSinkRole()
- Generated class or method.
-
DATA_SINK_ROLE__DATA_INTERFACE
static final EReference DATA_SINK_ROLE__DATA_INTERFACE
The meta object literal for the 'Data Interface' reference feature.- Generated class or method.
-
DATA_SOURCE_ROLE
static final EClass DATA_SOURCE_ROLE
The meta object literal for the 'Data Source Role
' class.- See Also:
DataSourceRoleImpl
,RepositoryPackageImpl.getDataSourceRole()
- Generated class or method.
-
DATA_SOURCE_ROLE__DATA_INTERFACE
static final EReference DATA_SOURCE_ROLE__DATA_INTERFACE
The meta object literal for the 'Data Interface' reference feature.- Generated class or method.
-
DATA_INTERFACE
static final EClass DATA_INTERFACE
The meta object literal for the 'Data Interface
' class.- See Also:
DataInterfaceImpl
,RepositoryPackageImpl.getDataInterface()
- Generated class or method.
-
DATA_INTERFACE__DATA_SIGNATURE
static final EReference DATA_INTERFACE__DATA_SIGNATURE
The meta object literal for the 'Data Signature' containment reference feature.- Generated class or method.
-
DATA_SIGNATURE
static final EClass DATA_SIGNATURE
The meta object literal for the 'Data Signature
' class.- See Also:
DataSignatureImpl
,RepositoryPackageImpl.getDataSignature()
- Generated class or method.
-
DATA_SIGNATURE__PARAMETER
static final EReference DATA_SIGNATURE__PARAMETER
The meta object literal for the 'Parameter' containment reference feature.- Generated class or method.
-
DATA_CHANNEL
static final EClass DATA_CHANNEL
The meta object literal for the 'Data Channel
' class.- See Also:
DataChannelImpl
,RepositoryPackageImpl.getDataChannel()
- Generated class or method.
-
DATA_CHANNEL__DATA_SINK_ROLES
static final EReference DATA_CHANNEL__DATA_SINK_ROLES
The meta object literal for the 'Data Sink Roles' reference list feature.- Generated class or method.
-
DATA_CHANNEL__DATA_SOURCE_ROLES
static final EReference DATA_CHANNEL__DATA_SOURCE_ROLES
The meta object literal for the 'Data Source Roles' reference list feature.- Generated class or method.
-
JAVA_CLASS_DATA_CHANNEL
static final EClass JAVA_CLASS_DATA_CHANNEL
The meta object literal for the 'Java Class Data Channel
' class.- See Also:
JavaClassDataChannelImpl
,RepositoryPackageImpl.getJavaClassDataChannel()
- Generated class or method.
-
-