org.eclipse.jpt.core.resource.orm
Class XmlEntity

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.EObjectImpl
              extended by org.eclipse.jpt.core.resource.xml.AbstractJpaEObject
                  extended by org.eclipse.jpt.core.resource.orm.AbstractXmlTypeMapping
                      extended by org.eclipse.jpt.core.resource.orm.XmlEntity
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, XmlCacheable_2_0, XmlEntity_2_0, XmlAccessHolder, XmlAssociationOverrideContainer, XmlAttributeOverrideContainer, XmlEventMethodContainer, XmlGeneratorContainer, XmlIdClassContainer, XmlQueryContainer, XmlTypeMapping, JpaEObject
Direct Known Subclasses:
XmlEntity

public class XmlEntity
extends AbstractXmlTypeMapping
implements XmlQueryContainer, XmlGeneratorContainer, XmlEventMethodContainer, XmlAttributeOverrideContainer, XmlAssociationOverrideContainer, XmlEntity_2_0, XmlIdClassContainer

A representation of the model object 'Entity'. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

The following features are supported:

See Also:
OrmPackage.getXmlEntity()

Nested Class Summary
 
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.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 org.eclipse.emf.common.notify.NotificationChain basicSetDiscriminatorColumn(XmlDiscriminatorColumn newDiscriminatorColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetEntityListeners(EntityListeners newEntityListeners, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetIdClass(XmlClassReference newIdClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetInheritance(Inheritance newInheritance, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetPostLoad(PostLoad newPostLoad, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetPostPersist(PostPersist newPostPersist, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetPostRemove(PostRemove newPostRemove, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetPostUpdate(PostUpdate newPostUpdate, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetPrePersist(PrePersist newPrePersist, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetPreRemove(PreRemove newPreRemove, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetPreUpdate(PreUpdate newPreUpdate, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetSequenceGenerator(XmlSequenceGenerator newSequenceGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetTable(XmlTable newTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetTableGenerator(XmlTableGenerator newTableGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
static org.eclipse.wst.common.internal.emf.resource.Translator buildTranslator(java.lang.String elementName, org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
           
 int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)
           
 int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 XmlEntityMappings entityMappings()
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 org.eclipse.emf.common.util.EList<XmlAssociationOverride> getAssociationOverrides()
          Returns the value of the 'Association Overrides' containment reference list.
 org.eclipse.emf.common.util.EList<XmlAttributeOverride> getAttributeOverrides()
          Returns the value of the 'Attribute Overrides' containment reference list.
 java.lang.Boolean getCacheable()
          Returns the value of the 'Cacheable' attribute.
 TextRange getCacheableTextRange()
          Return the TextRange for the cacheable annotation
 XmlDiscriminatorColumn getDiscriminatorColumn()
          Returns the value of the 'Discriminator Column' containment reference.
 java.lang.String getDiscriminatorValue()
          Returns the value of the 'Discriminator Value' attribute.
 TextRange getDiscriminatorValueTextRange()
           
 EntityListeners getEntityListeners()
          Returns the value of the 'Entity Listeners' containment reference.
 XmlClassReference getIdClass()
          Returns the value of the 'Id Class' containment reference.
 Inheritance getInheritance()
          Returns the value of the 'Inheritance' containment reference.
 TextRange getInheritanceStrategyTextRange()
           
 java.lang.String getMappingKey()
           
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<XmlNamedNativeQuery> getNamedNativeQueries()
          Returns the value of the 'Named Native Queries' containment reference list.
 org.eclipse.emf.common.util.EList<XmlNamedQuery> getNamedQueries()
          Returns the value of the 'Named Queries' containment reference list.
 PostLoad getPostLoad()
          Returns the value of the 'Post Load' containment reference.
 PostPersist getPostPersist()
          Returns the value of the 'Post Persist' containment reference.
 PostRemove getPostRemove()
          Returns the value of the 'Post Remove' containment reference.
 PostUpdate getPostUpdate()
          Returns the value of the 'Post Update' containment reference.
 PrePersist getPrePersist()
          Returns the value of the 'Pre Persist' containment reference.
 PreRemove getPreRemove()
          Returns the value of the 'Pre Remove' containment reference.
 PreUpdate getPreUpdate()
          Returns the value of the 'Pre Update' containment reference.
 org.eclipse.emf.common.util.EList<XmlPrimaryKeyJoinColumn> getPrimaryKeyJoinColumns()
          Returns the value of the 'Primary Key Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlSecondaryTable> getSecondaryTables()
          Returns the value of the 'Secondary Tables' containment reference list.
 XmlSequenceGenerator getSequenceGenerator()
          Returns the value of the 'Sequence Generator' containment reference.
 org.eclipse.emf.common.util.EList<SqlResultSetMapping> getSqlResultSetMappings()
          Returns the value of the 'Sql Result Set Mappings' containment reference list.
 XmlTable getTable()
          Returns the value of the 'Table' containment reference.
 XmlTableGenerator getTableGenerator()
          Returns the value of the 'Table Generator' containment reference.
 boolean isExcludeDefaultListeners()
          Returns the value of the 'Exclude Default Listeners' attribute.
 boolean isExcludeSuperclassListeners()
          Returns the value of the 'Exclude Superclass Listeners' attribute.
 void setCacheable(java.lang.Boolean newCacheable)
          Sets the value of the 'Cacheable' attribute.
 void setDiscriminatorColumn(XmlDiscriminatorColumn newDiscriminatorColumn)
          Sets the value of the 'Discriminator Column' containment reference.
 void setDiscriminatorValue(java.lang.String newDiscriminatorValue)
          Sets the value of the 'Discriminator Value' attribute.
 void setEntityListeners(EntityListeners newEntityListeners)
          Sets the value of the 'Entity Listeners' containment reference.
 void setExcludeDefaultListeners(boolean newExcludeDefaultListeners)
          Sets the value of the 'Exclude Default Listeners' attribute.
 void setExcludeSuperclassListeners(boolean newExcludeSuperclassListeners)
          Sets the value of the 'Exclude Superclass Listeners' attribute.
 void setIdClass(XmlClassReference newIdClass)
          Sets the value of the 'Id Class' containment reference.
 void setInheritance(Inheritance newInheritance)
          Sets the value of the 'Inheritance' containment reference.
 void setName(java.lang.String newName)
          Sets the value of the 'Name' attribute.
 void setPostLoad(PostLoad newPostLoad)
          Sets the value of the 'Post Load' containment reference.
 void setPostPersist(PostPersist newPostPersist)
          Sets the value of the 'Post Persist' containment reference.
 void setPostRemove(PostRemove newPostRemove)
          Sets the value of the 'Post Remove' containment reference.
 void setPostUpdate(PostUpdate newPostUpdate)
          Sets the value of the 'Post Update' containment reference.
 void setPrePersist(PrePersist newPrePersist)
          Sets the value of the 'Pre Persist' containment reference.
 void setPreRemove(PreRemove newPreRemove)
          Sets the value of the 'Pre Remove' containment reference.
 void setPreUpdate(PreUpdate newPreUpdate)
          Sets the value of the 'Pre Update' containment reference.
 void setSequenceGenerator(XmlSequenceGenerator newSequenceGenerator)
          Sets the value of the 'Sequence Generator' containment reference.
 void setTable(XmlTable newTable)
          Sets the value of the 'Table' containment reference.
 void setTableGenerator(XmlTableGenerator newTableGenerator)
          Sets the value of the 'Table Generator' containment reference.
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.jpt.core.resource.orm.AbstractXmlTypeMapping
basicSetAttributes, getAccess, getAttributes, getAttributesTextRange, getClassName, getClassTextRange, getDescription, getMetadataComplete, setAccess, setAttributes, setClassName, setDescription, setMetadataComplete
 
Methods inherited from class org.eclipse.jpt.core.resource.xml.AbstractJpaEObject
containsOffset, eAdapters, eNotify, getSelectionTextRange, getValidationTextRange, isUnset
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getMappingKey

public java.lang.String getMappingKey()
Specified by:
getMappingKey in interface XmlTypeMapping

entityMappings

public XmlEntityMappings entityMappings()

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), OrmPackage.getXmlEntity_Name()

setName

public void setName(java.lang.String newName)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getTable

public XmlTable getTable()
Returns the value of the 'Table' containment reference.

If the meaning of the 'Table' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table' containment reference.
See Also:
setTable(XmlTable), OrmPackage.getXmlEntity_Table()

basicSetTable

public org.eclipse.emf.common.notify.NotificationChain basicSetTable(XmlTable newTable,
                                                                     org.eclipse.emf.common.notify.NotificationChain msgs)


setTable

public void setTable(XmlTable newTable)
Sets the value of the 'Table' containment reference.

Parameters:
value - the new value of the 'Table' containment reference.
See Also:
getTable()

getSecondaryTables

public org.eclipse.emf.common.util.EList<XmlSecondaryTable> getSecondaryTables()
Returns the value of the 'Secondary Tables' containment reference list. The list contents are of type XmlSecondaryTable.

If the meaning of the 'Secondary Tables' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Secondary Tables' containment reference list.
See Also:
OrmPackage.getXmlEntity_SecondaryTables()

getPrimaryKeyJoinColumns

public org.eclipse.emf.common.util.EList<XmlPrimaryKeyJoinColumn> getPrimaryKeyJoinColumns()
Returns the value of the 'Primary Key Join Columns' containment reference list. The list contents are of type XmlPrimaryKeyJoinColumn.

If the meaning of the 'Primary Key Join Columns' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Primary Key Join Columns' containment reference list.
See Also:
OrmPackage.getXmlEntity_PrimaryKeyJoinColumns()

getIdClass

public XmlClassReference getIdClass()
Returns the value of the 'Id Class' containment reference.

If the meaning of the 'Id Class' containment reference isn't clear, there really should be more of a description here...

Specified by:
getIdClass in interface XmlIdClassContainer
Returns:
the value of the 'Id Class' containment reference.
See Also:
setIdClass(XmlClassReference), OrmPackage.getXmlIdClassContainer_IdClass()

basicSetIdClass

public org.eclipse.emf.common.notify.NotificationChain basicSetIdClass(XmlClassReference newIdClass,
                                                                       org.eclipse.emf.common.notify.NotificationChain msgs)


setIdClass

public void setIdClass(XmlClassReference newIdClass)
Sets the value of the 'Id Class' containment reference.

Specified by:
setIdClass in interface XmlIdClassContainer
Parameters:
value - the new value of the 'Id Class' containment reference.
See Also:
getIdClass()

getInheritance

public Inheritance getInheritance()
Returns the value of the 'Inheritance' containment reference.

If the meaning of the 'Inheritance' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Inheritance' containment reference.
See Also:
setInheritance(Inheritance), OrmPackage.getXmlEntity_Inheritance()

basicSetInheritance

public org.eclipse.emf.common.notify.NotificationChain basicSetInheritance(Inheritance newInheritance,
                                                                           org.eclipse.emf.common.notify.NotificationChain msgs)


setInheritance

public void setInheritance(Inheritance newInheritance)
Sets the value of the 'Inheritance' containment reference.

Parameters:
value - the new value of the 'Inheritance' containment reference.
See Also:
getInheritance()

getDiscriminatorValue

public java.lang.String getDiscriminatorValue()
Returns the value of the 'Discriminator Value' attribute.

If the meaning of the 'Discriminator Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Discriminator Value' attribute.
See Also:
setDiscriminatorValue(String), OrmPackage.getXmlEntity_DiscriminatorValue()

setDiscriminatorValue

public void setDiscriminatorValue(java.lang.String newDiscriminatorValue)
Sets the value of the 'Discriminator Value' attribute.

Parameters:
value - the new value of the 'Discriminator Value' attribute.
See Also:
getDiscriminatorValue()

getDiscriminatorColumn

public XmlDiscriminatorColumn getDiscriminatorColumn()
Returns the value of the 'Discriminator Column' containment reference.

If the meaning of the 'Discriminator Column' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Discriminator Column' containment reference.
See Also:
setDiscriminatorColumn(XmlDiscriminatorColumn), OrmPackage.getXmlEntity_DiscriminatorColumn()

basicSetDiscriminatorColumn

public org.eclipse.emf.common.notify.NotificationChain basicSetDiscriminatorColumn(XmlDiscriminatorColumn newDiscriminatorColumn,
                                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)


setDiscriminatorColumn

public void setDiscriminatorColumn(XmlDiscriminatorColumn newDiscriminatorColumn)
Sets the value of the 'Discriminator Column' containment reference.

Parameters:
value - the new value of the 'Discriminator Column' containment reference.
See Also:
getDiscriminatorColumn()

getSequenceGenerator

public XmlSequenceGenerator getSequenceGenerator()
Returns the value of the 'Sequence Generator' containment reference.

If the meaning of the 'Sequence Generator' containment reference isn't clear, there really should be more of a description here...

Specified by:
getSequenceGenerator in interface XmlGeneratorContainer
Returns:
the value of the 'Sequence Generator' containment reference.
See Also:
setSequenceGenerator(XmlSequenceGenerator), OrmPackage.getXmlGeneratorContainer_SequenceGenerator()

basicSetSequenceGenerator

public org.eclipse.emf.common.notify.NotificationChain basicSetSequenceGenerator(XmlSequenceGenerator newSequenceGenerator,
                                                                                 org.eclipse.emf.common.notify.NotificationChain msgs)


setSequenceGenerator

public void setSequenceGenerator(XmlSequenceGenerator newSequenceGenerator)
Sets the value of the 'Sequence Generator' containment reference.

Specified by:
setSequenceGenerator in interface XmlGeneratorContainer
Parameters:
value - the new value of the 'Sequence Generator' containment reference.
See Also:
getSequenceGenerator()

getTableGenerator

public XmlTableGenerator getTableGenerator()
Returns the value of the 'Table Generator' containment reference.

If the meaning of the 'Table Generator' containment reference isn't clear, there really should be more of a description here...

Specified by:
getTableGenerator in interface XmlGeneratorContainer
Returns:
the value of the 'Table Generator' containment reference.
See Also:
setTableGenerator(XmlTableGenerator), OrmPackage.getXmlGeneratorContainer_TableGenerator()

basicSetTableGenerator

public org.eclipse.emf.common.notify.NotificationChain basicSetTableGenerator(XmlTableGenerator newTableGenerator,
                                                                              org.eclipse.emf.common.notify.NotificationChain msgs)


setTableGenerator

public void setTableGenerator(XmlTableGenerator newTableGenerator)
Sets the value of the 'Table Generator' containment reference.

Specified by:
setTableGenerator in interface XmlGeneratorContainer
Parameters:
value - the new value of the 'Table Generator' containment reference.
See Also:
getTableGenerator()

getNamedQueries

public org.eclipse.emf.common.util.EList<XmlNamedQuery> getNamedQueries()
Returns the value of the 'Named Queries' containment reference list. The list contents are of type XmlNamedQuery.

If the meaning of the 'Named Queries' containment reference list isn't clear, there really should be more of a description here...

Specified by:
getNamedQueries in interface XmlQueryContainer
Returns:
the value of the 'Named Queries' containment reference list.
See Also:
OrmPackage.getXmlQueryContainer_NamedQueries()

getNamedNativeQueries

public org.eclipse.emf.common.util.EList<XmlNamedNativeQuery> getNamedNativeQueries()
Returns the value of the 'Named Native Queries' containment reference list. The list contents are of type XmlNamedNativeQuery.

If the meaning of the 'Named Native Queries' containment reference list isn't clear, there really should be more of a description here...

Specified by:
getNamedNativeQueries in interface XmlQueryContainer
Returns:
the value of the 'Named Native Queries' containment reference list.
See Also:
OrmPackage.getXmlQueryContainer_NamedNativeQueries()

getSqlResultSetMappings

public org.eclipse.emf.common.util.EList<SqlResultSetMapping> getSqlResultSetMappings()
Returns the value of the 'Sql Result Set Mappings' containment reference list. The list contents are of type SqlResultSetMapping.

If the meaning of the 'Sql Result Set Mappings' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sql Result Set Mappings' containment reference list.
See Also:
OrmPackage.getXmlEntity_SqlResultSetMappings()

isExcludeDefaultListeners

public boolean isExcludeDefaultListeners()
Returns the value of the 'Exclude Default Listeners' attribute.

If the meaning of the 'Exclude Default Listeners' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exclude Default Listeners' attribute.
See Also:
setExcludeDefaultListeners(boolean), OrmPackage.getXmlEntity_ExcludeDefaultListeners()

setExcludeDefaultListeners

public void setExcludeDefaultListeners(boolean newExcludeDefaultListeners)
Sets the value of the 'Exclude Default Listeners' attribute.

Parameters:
value - the new value of the 'Exclude Default Listeners' attribute.
See Also:
isExcludeDefaultListeners()

isExcludeSuperclassListeners

public boolean isExcludeSuperclassListeners()
Returns the value of the 'Exclude Superclass Listeners' attribute.

If the meaning of the 'Exclude Superclass Listeners' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exclude Superclass Listeners' attribute.
See Also:
setExcludeSuperclassListeners(boolean), OrmPackage.getXmlEntity_ExcludeSuperclassListeners()

setExcludeSuperclassListeners

public void setExcludeSuperclassListeners(boolean newExcludeSuperclassListeners)
Sets the value of the 'Exclude Superclass Listeners' attribute.

Parameters:
value - the new value of the 'Exclude Superclass Listeners' attribute.
See Also:
isExcludeSuperclassListeners()

getEntityListeners

public EntityListeners getEntityListeners()
Returns the value of the 'Entity Listeners' containment reference.

If the meaning of the 'Entity Listeners' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Entity Listeners' containment reference.
See Also:
setEntityListeners(EntityListeners), OrmPackage.getXmlEntity_EntityListeners()

basicSetEntityListeners

public org.eclipse.emf.common.notify.NotificationChain basicSetEntityListeners(EntityListeners newEntityListeners,
                                                                               org.eclipse.emf.common.notify.NotificationChain msgs)


setEntityListeners

public void setEntityListeners(EntityListeners newEntityListeners)
Sets the value of the 'Entity Listeners' containment reference.

Parameters:
value - the new value of the 'Entity Listeners' containment reference.
See Also:
getEntityListeners()

getPrePersist

public PrePersist getPrePersist()
Returns the value of the 'Pre Persist' containment reference.

If the meaning of the 'Pre Persist' containment reference isn't clear, there really should be more of a description here...

Specified by:
getPrePersist in interface XmlEventMethodContainer
Returns:
the value of the 'Pre Persist' containment reference.
See Also:
setPrePersist(PrePersist), OrmPackage.getXmlEventMethodContainer_PrePersist()

basicSetPrePersist

public org.eclipse.emf.common.notify.NotificationChain basicSetPrePersist(PrePersist newPrePersist,
                                                                          org.eclipse.emf.common.notify.NotificationChain msgs)


setPrePersist

public void setPrePersist(PrePersist newPrePersist)
Sets the value of the 'Pre Persist' containment reference.

Specified by:
setPrePersist in interface XmlEventMethodContainer
Parameters:
value - the new value of the 'Pre Persist' containment reference.
See Also:
getPrePersist()

getPostPersist

public PostPersist getPostPersist()
Returns the value of the 'Post Persist' containment reference.

If the meaning of the 'Post Persist' containment reference isn't clear, there really should be more of a description here...

Specified by:
getPostPersist in interface XmlEventMethodContainer
Returns:
the value of the 'Post Persist' containment reference.
See Also:
setPostPersist(PostPersist), OrmPackage.getXmlEventMethodContainer_PostPersist()

basicSetPostPersist

public org.eclipse.emf.common.notify.NotificationChain basicSetPostPersist(PostPersist newPostPersist,
                                                                           org.eclipse.emf.common.notify.NotificationChain msgs)


setPostPersist

public void setPostPersist(PostPersist newPostPersist)
Sets the value of the 'Post Persist' containment reference.

Specified by:
setPostPersist in interface XmlEventMethodContainer
Parameters:
value - the new value of the 'Post Persist' containment reference.
See Also:
getPostPersist()

getPreRemove

public PreRemove getPreRemove()
Returns the value of the 'Pre Remove' containment reference.

If the meaning of the 'Pre Remove' containment reference isn't clear, there really should be more of a description here...

Specified by:
getPreRemove in interface XmlEventMethodContainer
Returns:
the value of the 'Pre Remove' containment reference.
See Also:
setPreRemove(PreRemove), OrmPackage.getXmlEventMethodContainer_PreRemove()

basicSetPreRemove

public org.eclipse.emf.common.notify.NotificationChain basicSetPreRemove(PreRemove newPreRemove,
                                                                         org.eclipse.emf.common.notify.NotificationChain msgs)


setPreRemove

public void setPreRemove(PreRemove newPreRemove)
Sets the value of the 'Pre Remove' containment reference.

Specified by:
setPreRemove in interface XmlEventMethodContainer
Parameters:
value - the new value of the 'Pre Remove' containment reference.
See Also:
getPreRemove()

getPostRemove

public PostRemove getPostRemove()
Returns the value of the 'Post Remove' containment reference.

If the meaning of the 'Post Remove' containment reference isn't clear, there really should be more of a description here...

Specified by:
getPostRemove in interface XmlEventMethodContainer
Returns:
the value of the 'Post Remove' containment reference.
See Also:
setPostRemove(PostRemove), OrmPackage.getXmlEventMethodContainer_PostRemove()

basicSetPostRemove

public org.eclipse.emf.common.notify.NotificationChain basicSetPostRemove(PostRemove newPostRemove,
                                                                          org.eclipse.emf.common.notify.NotificationChain msgs)


setPostRemove

public void setPostRemove(PostRemove newPostRemove)
Sets the value of the 'Post Remove' containment reference.

Specified by:
setPostRemove in interface XmlEventMethodContainer
Parameters:
value - the new value of the 'Post Remove' containment reference.
See Also:
getPostRemove()

getPreUpdate

public PreUpdate getPreUpdate()
Returns the value of the 'Pre Update' containment reference.

If the meaning of the 'Pre Update' containment reference isn't clear, there really should be more of a description here...

Specified by:
getPreUpdate in interface XmlEventMethodContainer
Returns:
the value of the 'Pre Update' containment reference.
See Also:
setPreUpdate(PreUpdate), OrmPackage.getXmlEventMethodContainer_PreUpdate()

basicSetPreUpdate

public org.eclipse.emf.common.notify.NotificationChain basicSetPreUpdate(PreUpdate newPreUpdate,
                                                                         org.eclipse.emf.common.notify.NotificationChain msgs)


setPreUpdate

public void setPreUpdate(PreUpdate newPreUpdate)
Sets the value of the 'Pre Update' containment reference.

Specified by:
setPreUpdate in interface XmlEventMethodContainer
Parameters:
value - the new value of the 'Pre Update' containment reference.
See Also:
getPreUpdate()

getPostUpdate

public PostUpdate getPostUpdate()
Returns the value of the 'Post Update' containment reference.

If the meaning of the 'Post Update' containment reference isn't clear, there really should be more of a description here...

Specified by:
getPostUpdate in interface XmlEventMethodContainer
Returns:
the value of the 'Post Update' containment reference.
See Also:
setPostUpdate(PostUpdate), OrmPackage.getXmlEventMethodContainer_PostUpdate()

basicSetPostUpdate

public org.eclipse.emf.common.notify.NotificationChain basicSetPostUpdate(PostUpdate newPostUpdate,
                                                                          org.eclipse.emf.common.notify.NotificationChain msgs)


setPostUpdate

public void setPostUpdate(PostUpdate newPostUpdate)
Sets the value of the 'Post Update' containment reference.

Specified by:
setPostUpdate in interface XmlEventMethodContainer
Parameters:
value - the new value of the 'Post Update' containment reference.
See Also:
getPostUpdate()

getPostLoad

public PostLoad getPostLoad()
Returns the value of the 'Post Load' containment reference.

If the meaning of the 'Post Load' containment reference isn't clear, there really should be more of a description here...

Specified by:
getPostLoad in interface XmlEventMethodContainer
Returns:
the value of the 'Post Load' containment reference.
See Also:
setPostLoad(PostLoad), OrmPackage.getXmlEventMethodContainer_PostLoad()

basicSetPostLoad

public org.eclipse.emf.common.notify.NotificationChain basicSetPostLoad(PostLoad newPostLoad,
                                                                        org.eclipse.emf.common.notify.NotificationChain msgs)


setPostLoad

public void setPostLoad(PostLoad newPostLoad)
Sets the value of the 'Post Load' containment reference.

Specified by:
setPostLoad in interface XmlEventMethodContainer
Parameters:
value - the new value of the 'Post Load' containment reference.
See Also:
getPostLoad()

getAttributeOverrides

public org.eclipse.emf.common.util.EList<XmlAttributeOverride> getAttributeOverrides()
Returns the value of the 'Attribute Overrides' containment reference list. The list contents are of type XmlAttributeOverride.

If the meaning of the 'Attribute Overrides' containment reference list isn't clear, there really should be more of a description here...

Specified by:
getAttributeOverrides in interface XmlAttributeOverrideContainer
Returns:
the value of the 'Attribute Overrides' containment reference list.
See Also:
OrmPackage.getXmlAttributeOverrideContainer_AttributeOverrides()

getAssociationOverrides

public org.eclipse.emf.common.util.EList<XmlAssociationOverride> getAssociationOverrides()
Returns the value of the 'Association Overrides' containment reference list. The list contents are of type XmlAssociationOverride.

If the meaning of the 'Association Overrides' containment reference list isn't clear, there really should be more of a description here...

Specified by:
getAssociationOverrides in interface XmlAssociationOverrideContainer
Returns:
the value of the 'Association Overrides' containment reference list.
See Also:
OrmPackage.getXmlAssociationOverrideContainer_AssociationOverrides()

getCacheable

public java.lang.Boolean getCacheable()
Returns the value of the 'Cacheable' attribute.

If the meaning of the 'Cacheable' attribute isn't clear, there really should be more of a description here...

Specified by:
getCacheable in interface XmlCacheable_2_0
Returns:
the value of the 'Cacheable' attribute.
See Also:
setCacheable(Boolean), org.eclipse.jpt.core.resource.orm.OrmPackage#getXmlCacheable_2_0_Cacheable()

setCacheable

public void setCacheable(java.lang.Boolean newCacheable)
Sets the value of the 'Cacheable' attribute.

Specified by:
setCacheable in interface XmlCacheable_2_0
Parameters:
value - the new value of the 'Cacheable' attribute.
See Also:
getCacheable()

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class AbstractXmlTypeMapping

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class AbstractXmlTypeMapping

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class AbstractXmlTypeMapping

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class AbstractXmlTypeMapping

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class AbstractXmlTypeMapping

eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    java.lang.Class<?> baseClass)

Specified by:
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       java.lang.Class<?> baseClass)

Specified by:
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

toString

public java.lang.String toString()

Overrides:
toString in class AbstractXmlTypeMapping

getDiscriminatorValueTextRange

public TextRange getDiscriminatorValueTextRange()

getInheritanceStrategyTextRange

public TextRange getInheritanceStrategyTextRange()

getCacheableTextRange

public TextRange getCacheableTextRange()
Description copied from interface: XmlCacheable_2_0
Return the TextRange for the cacheable annotation

Specified by:
getCacheableTextRange in interface XmlCacheable_2_0

buildTranslator

public static org.eclipse.wst.common.internal.emf.resource.Translator buildTranslator(java.lang.String elementName,
                                                                                      org.eclipse.emf.ecore.EStructuralFeature structuralFeature)