org.eclipse.emf.cdo.mapping
Interface MappingPackage.Literals

Enclosing interface:
MappingPackage

public static interface MappingPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass ATTRIBUTE_MAPPING
          The meta object literal for the 'Attribute Mapping' class
static org.eclipse.emf.ecore.EAttribute ATTRIBUTE_MAPPING__ATTRIBUTE_NAME
          The meta object literal for the 'Attribute Name' attribute feature
static org.eclipse.emf.ecore.EAttribute ATTRIBUTE_MAPPING__COLUMN_NAME
          The meta object literal for the 'Column Name' attribute feature
static org.eclipse.emf.ecore.EAttribute ATTRIBUTE_MAPPING__COLUMN_TYPE
          The meta object literal for the 'Column Type' attribute feature
static org.eclipse.emf.ecore.EClass CLASS_MAPPING
          The meta object literal for the 'Class Mapping' class
static org.eclipse.emf.ecore.EReference CLASS_MAPPING__ATTRIBUTES
          The meta object literal for the 'Attributes' containment reference list feature
static org.eclipse.emf.ecore.EAttribute CLASS_MAPPING__CLASS_NAME
          The meta object literal for the 'Class Name' attribute feature
static org.eclipse.emf.ecore.EAttribute CLASS_MAPPING__TABLE_NAME
          The meta object literal for the 'Table Name' attribute feature
static org.eclipse.emf.ecore.EClass PACKAGE_MAPPING
          The meta object literal for the 'Package Mapping' class
static org.eclipse.emf.ecore.EReference PACKAGE_MAPPING__CLASSES
          The meta object literal for the 'Classes' containment reference list feature
static org.eclipse.emf.ecore.EAttribute PACKAGE_MAPPING__PACKAGE_NAME
          The meta object literal for the 'Package Name' attribute feature
 

Field Detail

PACKAGE_MAPPING

static final org.eclipse.emf.ecore.EClass PACKAGE_MAPPING
The meta object literal for the 'Package Mapping' class.

See Also:
PackageMappingImpl, MappingPackageImpl.getPackageMapping()

PACKAGE_MAPPING__CLASSES

static final org.eclipse.emf.ecore.EReference PACKAGE_MAPPING__CLASSES
The meta object literal for the 'Classes' containment reference list feature.


PACKAGE_MAPPING__PACKAGE_NAME

static final org.eclipse.emf.ecore.EAttribute PACKAGE_MAPPING__PACKAGE_NAME
The meta object literal for the 'Package Name' attribute feature.


CLASS_MAPPING

static final org.eclipse.emf.ecore.EClass CLASS_MAPPING
The meta object literal for the 'Class Mapping' class.

See Also:
ClassMappingImpl, MappingPackageImpl.getClassMapping()

CLASS_MAPPING__ATTRIBUTES

static final org.eclipse.emf.ecore.EReference CLASS_MAPPING__ATTRIBUTES
The meta object literal for the 'Attributes' containment reference list feature.


CLASS_MAPPING__CLASS_NAME

static final org.eclipse.emf.ecore.EAttribute CLASS_MAPPING__CLASS_NAME
The meta object literal for the 'Class Name' attribute feature.


CLASS_MAPPING__TABLE_NAME

static final org.eclipse.emf.ecore.EAttribute CLASS_MAPPING__TABLE_NAME
The meta object literal for the 'Table Name' attribute feature.


ATTRIBUTE_MAPPING

static final org.eclipse.emf.ecore.EClass ATTRIBUTE_MAPPING
The meta object literal for the 'Attribute Mapping' class.

See Also:
AttributeMappingImpl, MappingPackageImpl.getAttributeMapping()

ATTRIBUTE_MAPPING__ATTRIBUTE_NAME

static final org.eclipse.emf.ecore.EAttribute ATTRIBUTE_MAPPING__ATTRIBUTE_NAME
The meta object literal for the 'Attribute Name' attribute feature.


ATTRIBUTE_MAPPING__COLUMN_NAME

static final org.eclipse.emf.ecore.EAttribute ATTRIBUTE_MAPPING__COLUMN_NAME
The meta object literal for the 'Column Name' attribute feature.


ATTRIBUTE_MAPPING__COLUMN_TYPE

static final org.eclipse.emf.ecore.EAttribute ATTRIBUTE_MAPPING__COLUMN_TYPE
The meta object literal for the 'Column Type' attribute feature.


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.