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
IRESOURCE_SET
The meta object literal for the 'IResource Set
' class.static EClass
LOCAL_MEMORY_REPOSITORY
The meta object literal for the 'Local Memory Repository
' class.static EAttribute
LOCAL_MEMORY_REPOSITORY__DOMAIN
The meta object literal for the 'Domain' attribute feature.static EClass
MEASUREMENTS_DAO_FACTORY
The meta object literal for the 'Measurements Dao Factory
' class.static EClass
META_DAO
The meta object literal for the 'Meta Dao
' class.static EClass
REMOTE_CDO_REPOSITORY
The meta object literal for the 'Remote Cdo Repository
' class.static EAttribute
REMOTE_CDO_REPOSITORY__URL
The meta object literal for the 'Url' attribute feature.static EClass
REPOSITORIES
The meta object literal for the 'Repositories
' class.static EReference
REPOSITORIES__AVAILABLE_REPOSITORIES
The meta object literal for the 'Available Repositories' containment reference list feature.static EReference
REPOSITORIES__COMMON_RESOURCE_SET
The meta object literal for the 'Common Resource Set' reference feature.static EClass
REPOSITORY
The meta object literal for the 'Repository
' class.static EReference
REPOSITORY__DESCRIPTIONS
The meta object literal for the 'Descriptions' reference list feature.static EReference
REPOSITORY__EXPERIMENT_GROUPS
The meta object literal for the 'Experiment Groups' reference list feature.static EAttribute
REPOSITORY__READ_ONLY
The meta object literal for the 'Read Only' attribute feature.static EReference
REPOSITORY__REPOSITORIES
The meta object literal for the 'Repositories' container reference feature.
-
-
-
Field Detail
-
LOCAL_MEMORY_REPOSITORY
static final EClass LOCAL_MEMORY_REPOSITORY
The meta object literal for the 'Local Memory Repository
' class.- See Also:
LocalMemoryRepositoryImpl
,RepositoryPackageImpl.getLocalMemoryRepository()
- Generated class or method.
-
LOCAL_MEMORY_REPOSITORY__DOMAIN
static final EAttribute LOCAL_MEMORY_REPOSITORY__DOMAIN
The meta object literal for the 'Domain' attribute feature.- Generated class or method.
-
REMOTE_CDO_REPOSITORY
static final EClass REMOTE_CDO_REPOSITORY
The meta object literal for the 'Remote Cdo Repository
' class.- See Also:
RemoteCdoRepositoryImpl
,RepositoryPackageImpl.getRemoteCdoRepository()
- Generated class or method.
-
REMOTE_CDO_REPOSITORY__URL
static final EAttribute REMOTE_CDO_REPOSITORY__URL
The meta object literal for the 'Url' attribute feature.- Generated class or method.
-
REPOSITORIES
static final EClass REPOSITORIES
The meta object literal for the 'Repositories
' class.- See Also:
RepositoriesImpl
,RepositoryPackageImpl.getRepositories()
- Generated class or method.
-
REPOSITORIES__AVAILABLE_REPOSITORIES
static final EReference REPOSITORIES__AVAILABLE_REPOSITORIES
The meta object literal for the 'Available Repositories' containment reference list feature.- Generated class or method.
-
REPOSITORIES__COMMON_RESOURCE_SET
static final EReference REPOSITORIES__COMMON_RESOURCE_SET
The meta object literal for the 'Common Resource Set' reference feature.- Generated class or method.
-
IRESOURCE_SET
static final EClass IRESOURCE_SET
The meta object literal for the 'IResource Set
' class.- See Also:
ResourceSet
,RepositoryPackageImpl.getIResourceSet()
- Generated class or method.
-
MEASUREMENTS_DAO_FACTORY
static final EClass MEASUREMENTS_DAO_FACTORY
The meta object literal for the 'Measurements Dao Factory
' class.- See Also:
MeasurementsDaoFactory
,RepositoryPackageImpl.getMeasurementsDaoFactory()
- Generated class or method.
-
META_DAO
static final EClass META_DAO
The meta object literal for the 'Meta Dao
' class.- See Also:
MetaDao
,RepositoryPackageImpl.getMetaDao()
- Generated class or method.
-
REPOSITORY
static final EClass REPOSITORY
The meta object literal for the 'Repository
' class.- See Also:
RepositoryImpl
,RepositoryPackageImpl.getRepository()
- Generated class or method.
-
REPOSITORY__REPOSITORIES
static final EReference REPOSITORY__REPOSITORIES
The meta object literal for the 'Repositories' container reference feature.- Generated class or method.
-
REPOSITORY__READ_ONLY
static final EAttribute REPOSITORY__READ_ONLY
The meta object literal for the 'Read Only' attribute feature.- Generated class or method.
-
REPOSITORY__DESCRIPTIONS
static final EReference REPOSITORY__DESCRIPTIONS
The meta object literal for the 'Descriptions' reference list feature.- Generated class or method.
-
REPOSITORY__EXPERIMENT_GROUPS
static final EReference REPOSITORY__EXPERIMENT_GROUPS
The meta object literal for the 'Experiment Groups' reference list feature.- Generated class or method.
-
-