|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MappingPackage
The Package for the model. It contains accessors for the meta objects to represent
MappingFactory
Nested Class Summary | |
---|---|
static interface |
MappingPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
Field Summary | |
---|---|
static int |
ATTRIBUTE_MAPPING
The meta object id for the ' Attribute Mapping ' class |
static int |
ATTRIBUTE_MAPPING__ATTRIBUTE_NAME
The feature id for the 'Attribute Name' attribute |
static int |
ATTRIBUTE_MAPPING__COLUMN_NAME
The feature id for the 'Column Name' attribute |
static int |
ATTRIBUTE_MAPPING__COLUMN_TYPE
The feature id for the 'Column Type' attribute |
static int |
ATTRIBUTE_MAPPING_FEATURE_COUNT
The number of structural features of the 'Attribute Mapping' class |
static int |
CLASS_MAPPING
The meta object id for the ' Class Mapping ' class |
static int |
CLASS_MAPPING__ATTRIBUTES
The feature id for the 'Attributes' containment reference list |
static int |
CLASS_MAPPING__CLASS_NAME
The feature id for the 'Class Name' attribute |
static int |
CLASS_MAPPING__TABLE_NAME
The feature id for the 'Table Name' attribute |
static int |
CLASS_MAPPING_FEATURE_COUNT
The number of structural features of the 'Class Mapping' class |
static MappingPackage |
eINSTANCE
The singleton instance of the package |
static java.lang.String |
eNAME
The package name |
static java.lang.String |
eNS_PREFIX
The package namespace name |
static java.lang.String |
eNS_URI
The package namespace URI |
static int |
PACKAGE_MAPPING
The meta object id for the ' Package Mapping ' class |
static int |
PACKAGE_MAPPING__CLASSES
The feature id for the 'Classes' containment reference list |
static int |
PACKAGE_MAPPING__PACKAGE_NAME
The feature id for the 'Package Name' attribute |
static int |
PACKAGE_MAPPING_FEATURE_COUNT
The number of structural features of the 'Package Mapping' class |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EAttribute |
getAttributeMapping_AttributeName()
Returns the meta object for the attribute ' Attribute Name ' |
org.eclipse.emf.ecore.EAttribute |
getAttributeMapping_ColumnName()
Returns the meta object for the attribute ' Column Name ' |
org.eclipse.emf.ecore.EAttribute |
getAttributeMapping_ColumnType()
Returns the meta object for the attribute ' Column Type ' |
org.eclipse.emf.ecore.EClass |
getAttributeMapping()
Returns the meta object for class ' Attribute Mapping ' |
org.eclipse.emf.ecore.EReference |
getClassMapping_Attributes()
Returns the meta object for the containment reference list ' Attributes ' |
org.eclipse.emf.ecore.EAttribute |
getClassMapping_ClassName()
Returns the meta object for the attribute ' Class Name ' |
org.eclipse.emf.ecore.EAttribute |
getClassMapping_TableName()
Returns the meta object for the attribute ' Table Name ' |
org.eclipse.emf.ecore.EClass |
getClassMapping()
Returns the meta object for class ' Class Mapping ' |
MappingFactory |
getMappingFactory()
Returns the factory that creates the instances of the model |
org.eclipse.emf.ecore.EReference |
getPackageMapping_Classes()
Returns the meta object for the containment reference list ' Classes ' |
org.eclipse.emf.ecore.EAttribute |
getPackageMapping_PackageName()
Returns the meta object for the attribute ' Package Name ' |
org.eclipse.emf.ecore.EClass |
getPackageMapping()
Returns the meta object for class ' Package Mapping ' |
Methods inherited from interface org.eclipse.emf.ecore.EPackage |
---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final MappingPackage eINSTANCE
static final int PACKAGE_MAPPING
Package Mapping
' class.
PackageMappingImpl
,
MappingPackageImpl.getPackageMapping()
,
Constant Field Valuesstatic final int PACKAGE_MAPPING__CLASSES
static final int PACKAGE_MAPPING__PACKAGE_NAME
static final int PACKAGE_MAPPING_FEATURE_COUNT
static final int CLASS_MAPPING
Class Mapping
' class.
ClassMappingImpl
,
MappingPackageImpl.getClassMapping()
,
Constant Field Valuesstatic final int CLASS_MAPPING__ATTRIBUTES
static final int CLASS_MAPPING__CLASS_NAME
static final int CLASS_MAPPING__TABLE_NAME
static final int CLASS_MAPPING_FEATURE_COUNT
static final int ATTRIBUTE_MAPPING
Attribute Mapping
' class.
AttributeMappingImpl
,
MappingPackageImpl.getAttributeMapping()
,
Constant Field Valuesstatic final int ATTRIBUTE_MAPPING__ATTRIBUTE_NAME
static final int ATTRIBUTE_MAPPING__COLUMN_NAME
static final int ATTRIBUTE_MAPPING__COLUMN_TYPE
static final int ATTRIBUTE_MAPPING_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getPackageMapping()
Package Mapping
'.
PackageMapping
org.eclipse.emf.ecore.EReference getPackageMapping_Classes()
Classes
'.
PackageMapping.getClasses()
,
getPackageMapping()
org.eclipse.emf.ecore.EAttribute getPackageMapping_PackageName()
Package Name
'.
PackageMapping.getPackageName()
,
getPackageMapping()
org.eclipse.emf.ecore.EClass getClassMapping()
Class Mapping
'.
ClassMapping
org.eclipse.emf.ecore.EReference getClassMapping_Attributes()
Attributes
'.
ClassMapping.getAttributes()
,
getClassMapping()
org.eclipse.emf.ecore.EAttribute getClassMapping_ClassName()
Class Name
'.
ClassMapping.getClassName()
,
getClassMapping()
org.eclipse.emf.ecore.EAttribute getClassMapping_TableName()
Table Name
'.
ClassMapping.getTableName()
,
getClassMapping()
org.eclipse.emf.ecore.EClass getAttributeMapping()
Attribute Mapping
'.
AttributeMapping
org.eclipse.emf.ecore.EAttribute getAttributeMapping_AttributeName()
Attribute Name
'.
AttributeMapping.getAttributeName()
,
getAttributeMapping()
org.eclipse.emf.ecore.EAttribute getAttributeMapping_ColumnName()
Column Name
'.
AttributeMapping.getColumnName()
,
getAttributeMapping()
org.eclipse.emf.ecore.EAttribute getAttributeMapping_ColumnType()
Column Type
'.
AttributeMapping.getColumnType()
,
getAttributeMapping()
MappingFactory getMappingFactory()
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |