Package org.eclipse.emf.cdo.lm.modules
Interface ModulesPackage.Literals
- Enclosing interface:
- ModulesPackage
public static interface ModulesPackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- Generated
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EClass
The meta object literal for the 'Dependency Definition
' class.static final EReference
The meta object literal for the 'Source' container reference feature.static final EAttribute
The meta object literal for the 'Target Name' attribute feature.static final EAttribute
The meta object literal for the 'Version Range' attribute feature.static final EClass
The meta object literal for the 'Module Definition
' class.static final EReference
The meta object literal for the 'Dependencies' containment reference list feature.static final EAttribute
The meta object literal for the 'Name' attribute feature.static final EAttribute
The meta object literal for the 'Version' attribute feature.static final EDataType
The meta object literal for the 'Version' data type.static final EDataType
The meta object literal for the 'Version Range' data type.
-
Field Details
-
MODULE_DEFINITION
The meta object literal for the 'Module Definition
' class.- See Also:
- Generated
-
MODULE_DEFINITION__NAME
The meta object literal for the 'Name' attribute feature.- Generated
-
MODULE_DEFINITION__VERSION
The meta object literal for the 'Version' attribute feature.- Generated
-
MODULE_DEFINITION__DEPENDENCIES
The meta object literal for the 'Dependencies' containment reference list feature.- Generated
-
DEPENDENCY_DEFINITION
The meta object literal for the 'Dependency Definition
' class.- See Also:
- Generated
-
DEPENDENCY_DEFINITION__SOURCE
The meta object literal for the 'Source' container reference feature.- Generated
-
DEPENDENCY_DEFINITION__TARGET_NAME
The meta object literal for the 'Target Name' attribute feature.- Generated
-
DEPENDENCY_DEFINITION__VERSION_RANGE
The meta object literal for the 'Version Range' attribute feature.- Generated
-
VERSION
The meta object literal for the 'Version' data type.- See Also:
- Generated
-
VERSION_RANGE
The meta object literal for the 'Version Range' data type.- See Also:
- Generated
-