org.eclipse.jpt.eclipselink.core.resource.orm.v1_1
Class EclipseLinkOrmV1_1Package

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl
              extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
                  extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                      extended by org.eclipse.emf.ecore.impl.ENamedElementImpl
                          extended by org.eclipse.emf.ecore.impl.EPackageImpl
                              extended by org.eclipse.jpt.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData.Holder

public class EclipseLinkOrmV1_1Package
extends org.eclipse.emf.ecore.impl.EPackageImpl

The Package for the model. It contains accessors for the meta objects to represent

See Also:
EclipseLinkOrmV1_1Factory

Nested Class Summary
static interface EclipseLinkOrmV1_1Package.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 class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
static EclipseLinkOrmV1_1Package 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 ID_VALIDATION_TYPE_11
          The meta object id for the 'Id Validation Type 11' enum.
static int XML_BASIC_11
          The meta object id for the 'Xml Basic 11' class.
static int XML_BASIC_11__GENERATED_VALUE
          The feature id for the 'Generated Value' containment reference.
static int XML_BASIC_11__SEQUENCE_GENERATOR
          The feature id for the 'Sequence Generator' containment reference.
static int XML_BASIC_11__TABLE_GENERATOR
          The feature id for the 'Table Generator' containment reference.
static int XML_BASIC_11_FEATURE_COUNT
          The number of structural features of the 'Xml Basic 11' class.
static int XML_ENTITY_11
          The meta object id for the 'Xml Entity 11' class.
static int XML_ENTITY_11__PRIMARY_KEY
          The feature id for the 'Primary Key' containment reference.
static int XML_ENTITY_11_FEATURE_COUNT
          The number of structural features of the 'Xml Entity 11' class.
static int XML_MAPPED_SUPERCLASS_11
          The meta object id for the 'Xml Mapped Superclass 11' class.
static int XML_MAPPED_SUPERCLASS_11__PRIMARY_KEY
          The feature id for the 'Primary Key' containment reference.
static int XML_MAPPED_SUPERCLASS_11_FEATURE_COUNT
          The number of structural features of the 'Xml Mapped Superclass 11' class.
static int XML_PRIMARY_KEY_11
          The meta object id for the 'Xml Primary Key 11' class.
static int XML_PRIMARY_KEY_11__COLUMNS
          The feature id for the 'Columns' containment reference list.
static int XML_PRIMARY_KEY_11__VALIDATION
          The feature id for the 'Validation' attribute.
static int XML_PRIMARY_KEY_11_FEATURE_COUNT
          The number of structural features of the 'Xml Primary Key 11' class.
 
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 EclipseLinkOrmV1_1Factory getEclipseLinkOrmV1_1Factory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EEnum getIdValidationType_1_1()
          Returns the meta object for enum 'Id Validation Type 11'.
 org.eclipse.emf.ecore.EReference getXmlBasic_1_1_GeneratedValue()
          Returns the meta object for the containment reference 'Generated Value'.
 org.eclipse.emf.ecore.EClass getXmlBasic_1_1()
          Returns the meta object for class 'Xml Basic 11'.
 org.eclipse.emf.ecore.EReference getXmlEntity_1_1_PrimaryKey()
          Returns the meta object for the containment reference 'Primary Key'.
 org.eclipse.emf.ecore.EClass getXmlEntity_1_1()
          Returns the meta object for class 'Xml Entity 11'.
 org.eclipse.emf.ecore.EReference getXmlMappedSuperclass_1_1_PrimaryKey()
          Returns the meta object for the containment reference 'Primary Key'.
 org.eclipse.emf.ecore.EClass getXmlMappedSuperclass_1_1()
          Returns the meta object for class 'Xml Mapped Superclass 11'.
 org.eclipse.emf.ecore.EReference getXmlPrimaryKey_1_1_Columns()
          Returns the meta object for the containment reference list 'Columns'.
 org.eclipse.emf.ecore.EAttribute getXmlPrimaryKey_1_1_Validation()
          Returns the meta object for the attribute 'Validation'.
 org.eclipse.emf.ecore.EClass getXmlPrimaryKey_1_1()
          Returns the meta object for class 'Xml Primary Key 11'.
static EclipseLinkOrmV1_1Package init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
basicGetESuperPackage, basicSetEFactoryInstance, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eSet, eSetProxyURI, eUnset, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, setEFactoryInstance, setExtendedMetaData, setNamespaceURI, setNsPrefix, setNsURI, toString
 
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
eContents, eCrossReferences, getName, getNameGen, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eURIFragmentSegment, getEAnnotation, getEAnnotations
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eInternalContainer
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

eNAME

public static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

public static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

public static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

public static final EclipseLinkOrmV1_1Package eINSTANCE
The singleton instance of the package.


XML_BASIC_11

public static final int XML_BASIC_11
The meta object id for the 'Xml Basic 11' class.

See Also:
XmlBasic_1_1, getXmlBasic_1_1(), Constant Field Values

XML_BASIC_11__SEQUENCE_GENERATOR

public static final int XML_BASIC_11__SEQUENCE_GENERATOR
The feature id for the 'Sequence Generator' containment reference.

See Also:
Constant Field Values

XML_BASIC_11__TABLE_GENERATOR

public static final int XML_BASIC_11__TABLE_GENERATOR
The feature id for the 'Table Generator' containment reference.

See Also:
Constant Field Values

XML_BASIC_11__GENERATED_VALUE

public static final int XML_BASIC_11__GENERATED_VALUE
The feature id for the 'Generated Value' containment reference.

See Also:
Constant Field Values

XML_BASIC_11_FEATURE_COUNT

public static final int XML_BASIC_11_FEATURE_COUNT
The number of structural features of the 'Xml Basic 11' class.

See Also:
Constant Field Values

XML_ENTITY_11

public static final int XML_ENTITY_11
The meta object id for the 'Xml Entity 11' class.

See Also:
XmlEntity_1_1, getXmlEntity_1_1(), Constant Field Values

XML_ENTITY_11__PRIMARY_KEY

public static final int XML_ENTITY_11__PRIMARY_KEY
The feature id for the 'Primary Key' containment reference.

See Also:
Constant Field Values

XML_ENTITY_11_FEATURE_COUNT

public static final int XML_ENTITY_11_FEATURE_COUNT
The number of structural features of the 'Xml Entity 11' class.

See Also:
Constant Field Values

XML_MAPPED_SUPERCLASS_11

public static final int XML_MAPPED_SUPERCLASS_11
The meta object id for the 'Xml Mapped Superclass 11' class.

See Also:
XmlMappedSuperclass_1_1, getXmlMappedSuperclass_1_1(), Constant Field Values

XML_MAPPED_SUPERCLASS_11__PRIMARY_KEY

public static final int XML_MAPPED_SUPERCLASS_11__PRIMARY_KEY
The feature id for the 'Primary Key' containment reference.

See Also:
Constant Field Values

XML_MAPPED_SUPERCLASS_11_FEATURE_COUNT

public static final int XML_MAPPED_SUPERCLASS_11_FEATURE_COUNT
The number of structural features of the 'Xml Mapped Superclass 11' class.

See Also:
Constant Field Values

XML_PRIMARY_KEY_11

public static final int XML_PRIMARY_KEY_11
The meta object id for the 'Xml Primary Key 11' class.

See Also:
XmlPrimaryKey_1_1, getXmlPrimaryKey_1_1(), Constant Field Values

XML_PRIMARY_KEY_11__VALIDATION

public static final int XML_PRIMARY_KEY_11__VALIDATION
The feature id for the 'Validation' attribute.

See Also:
Constant Field Values

XML_PRIMARY_KEY_11__COLUMNS

public static final int XML_PRIMARY_KEY_11__COLUMNS
The feature id for the 'Columns' containment reference list.

See Also:
Constant Field Values

XML_PRIMARY_KEY_11_FEATURE_COUNT

public static final int XML_PRIMARY_KEY_11_FEATURE_COUNT
The number of structural features of the 'Xml Primary Key 11' class.

See Also:
Constant Field Values

ID_VALIDATION_TYPE_11

public static final int ID_VALIDATION_TYPE_11
The meta object id for the 'Id Validation Type 11' enum.

See Also:
IdValidationType_1_1, getIdValidationType_1_1(), Constant Field Values
Method Detail

init

public static EclipseLinkOrmV1_1Package init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

This method is used to initialize eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

See Also:
eNS_URI, createPackageContents(), initializePackageContents()

getXmlBasic_1_1

public org.eclipse.emf.ecore.EClass getXmlBasic_1_1()
Returns the meta object for class 'Xml Basic 11'.

Returns:
the meta object for class 'Xml Basic 11'.
See Also:
XmlBasic_1_1

getXmlBasic_1_1_GeneratedValue

public org.eclipse.emf.ecore.EReference getXmlBasic_1_1_GeneratedValue()
Returns the meta object for the containment reference 'Generated Value'.

Returns:
the meta object for the containment reference 'Generated Value'.
See Also:
XmlBasic_1_1.getGeneratedValue(), getXmlBasic_1_1()

getXmlEntity_1_1

public org.eclipse.emf.ecore.EClass getXmlEntity_1_1()
Returns the meta object for class 'Xml Entity 11'.

Returns:
the meta object for class 'Xml Entity 11'.
See Also:
XmlEntity_1_1

getXmlEntity_1_1_PrimaryKey

public org.eclipse.emf.ecore.EReference getXmlEntity_1_1_PrimaryKey()
Returns the meta object for the containment reference 'Primary Key'.

Returns:
the meta object for the containment reference 'Primary Key'.
See Also:
XmlEntity_1_1.getPrimaryKey(), getXmlEntity_1_1()

getXmlMappedSuperclass_1_1

public org.eclipse.emf.ecore.EClass getXmlMappedSuperclass_1_1()
Returns the meta object for class 'Xml Mapped Superclass 11'.

Returns:
the meta object for class 'Xml Mapped Superclass 11'.
See Also:
XmlMappedSuperclass_1_1

getXmlMappedSuperclass_1_1_PrimaryKey

public org.eclipse.emf.ecore.EReference getXmlMappedSuperclass_1_1_PrimaryKey()
Returns the meta object for the containment reference 'Primary Key'.

Returns:
the meta object for the containment reference 'Primary Key'.
See Also:
XmlMappedSuperclass_1_1.getPrimaryKey(), getXmlMappedSuperclass_1_1()

getXmlPrimaryKey_1_1

public org.eclipse.emf.ecore.EClass getXmlPrimaryKey_1_1()
Returns the meta object for class 'Xml Primary Key 11'.

Returns:
the meta object for class 'Xml Primary Key 11'.
See Also:
XmlPrimaryKey_1_1

getXmlPrimaryKey_1_1_Validation

public org.eclipse.emf.ecore.EAttribute getXmlPrimaryKey_1_1_Validation()
Returns the meta object for the attribute 'Validation'.

Returns:
the meta object for the attribute 'Validation'.
See Also:
XmlPrimaryKey_1_1.getValidation(), getXmlPrimaryKey_1_1()

getXmlPrimaryKey_1_1_Columns

public org.eclipse.emf.ecore.EReference getXmlPrimaryKey_1_1_Columns()
Returns the meta object for the containment reference list 'Columns'.

Returns:
the meta object for the containment reference list 'Columns'.
See Also:
XmlPrimaryKey_1_1.getColumns(), getXmlPrimaryKey_1_1()

getIdValidationType_1_1

public org.eclipse.emf.ecore.EEnum getIdValidationType_1_1()
Returns the meta object for enum 'Id Validation Type 11'.

Returns:
the meta object for enum 'Id Validation Type 11'.
See Also:
IdValidationType_1_1

getEclipseLinkOrmV1_1Factory

public EclipseLinkOrmV1_1Factory getEclipseLinkOrmV1_1Factory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.