Interface RepositoryPackage.Literals
-
- Enclosing interface:
- RepositoryPackage
public static interface RepositoryPackage.LiteralsDefines 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 EClassDATA_CHANNELThe meta object literal for the 'Data Channel' class.static EReferenceDATA_CHANNEL__DATA_SINK_ROLESThe meta object literal for the 'Data Sink Roles' reference list feature.static EReferenceDATA_CHANNEL__DATA_SOURCE_ROLESThe meta object literal for the 'Data Source Roles' reference list feature.static EClassDATA_INTERFACEThe meta object literal for the 'Data Interface' class.static EReferenceDATA_INTERFACE__DATA_SIGNATUREThe meta object literal for the 'Data Signature' containment reference feature.static EClassDATA_SIGNATUREThe meta object literal for the 'Data Signature' class.static EReferenceDATA_SIGNATURE__PARAMETERThe meta object literal for the 'Parameter' containment reference feature.static EClassDATA_SINK_ROLEThe meta object literal for the 'Data Sink Role' class.static EReferenceDATA_SINK_ROLE__DATA_INTERFACEThe meta object literal for the 'Data Interface' reference feature.static EClassDATA_SOURCE_ROLEThe meta object literal for the 'Data Source Role' class.static EReferenceDATA_SOURCE_ROLE__DATA_INTERFACEThe meta object literal for the 'Data Interface' reference feature.static EClassJAVA_CLASS_DATA_CHANNELThe 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.
-
-