|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.jpt.core.resource.common.AbstractJpaEObject
org.eclipse.jpt.core.resource.orm.AbstractXmlTypeMapping
org.eclipse.jpt.core.resource.orm.XmlEntity
public class XmlEntity
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:
Name
Table
Secondary Tables
Primary Key Join Columns
Id Class
Inheritance
Discriminator Value
Discriminator Column
Sequence Generator
Table Generator
Named Queries
Named Native Queries
Sql Result Set Mappings
Exclude Default Listeners
Exclude Superclass Listeners
Entity Listeners
Pre Persist
Post Persist
Pre Remove
Post Remove
Pre Update
Post Update
Post Load
Attribute Overrides
Association Overrides
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> |
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(XmlIdClass 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)
|
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. |
XmlDiscriminatorColumn |
getDiscriminatorColumn()
Returns the value of the 'Discriminator Column' containment reference. |
java.lang.String |
getDiscriminatorValue()
Returns the value of the 'Discriminator Value' attribute. |
EntityListeners |
getEntityListeners()
Returns the value of the 'Entity Listeners' containment reference. |
XmlIdClass |
getIdClass()
Returns the value of the 'Id Class' containment reference. |
Inheritance |
getInheritance()
Returns the value of the 'Inheritance' containment reference. |
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 |
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(XmlIdClass 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.common.AbstractJpaEObject |
---|
containsOffset, eAdapters, eNotify, getFullTextRange, getNode, getPlatformResource, getResource, getRoot, getSelectionTextRange, getValidationTextRange, isAllFeaturesUnset |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, 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.jpt.core.resource.common.JpaEObject |
---|
containsOffset, getPlatformResource, getResource, getRoot, getSelectionTextRange, getValidationTextRange, isAllFeaturesUnset |
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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Method Detail |
---|
public XmlEntityMappings entityMappings()
public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
OrmPackage.getXmlEntity_Name()
public void setName(java.lang.String newName)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
public XmlTable getTable()
If the meaning of the 'Table' containment reference isn't clear, there really should be more of a description here...
setTable(XmlTable)
,
OrmPackage.getXmlEntity_Table()
public org.eclipse.emf.common.notify.NotificationChain basicSetTable(XmlTable newTable, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setTable(XmlTable newTable)
Table
' containment reference.
value
- the new value of the 'Table' containment reference.getTable()
public org.eclipse.emf.common.util.EList<XmlSecondaryTable> getSecondaryTables()
XmlSecondaryTable
.
If the meaning of the 'Secondary Tables' containment reference list isn't clear, there really should be more of a description here...
OrmPackage.getXmlEntity_SecondaryTables()
public org.eclipse.emf.common.util.EList<XmlPrimaryKeyJoinColumn> getPrimaryKeyJoinColumns()
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...
OrmPackage.getXmlEntity_PrimaryKeyJoinColumns()
public XmlIdClass getIdClass()
If the meaning of the 'Id Class' containment reference isn't clear, there really should be more of a description here...
setIdClass(XmlIdClass)
,
OrmPackage.getXmlEntity_IdClass()
public org.eclipse.emf.common.notify.NotificationChain basicSetIdClass(XmlIdClass newIdClass, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setIdClass(XmlIdClass newIdClass)
Id Class
' containment reference.
value
- the new value of the 'Id Class' containment reference.getIdClass()
public Inheritance getInheritance()
If the meaning of the 'Inheritance' containment reference isn't clear, there really should be more of a description here...
setInheritance(Inheritance)
,
OrmPackage.getXmlEntity_Inheritance()
public org.eclipse.emf.common.notify.NotificationChain basicSetInheritance(Inheritance newInheritance, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setInheritance(Inheritance newInheritance)
Inheritance
' containment reference.
value
- the new value of the 'Inheritance' containment reference.getInheritance()
public java.lang.String getDiscriminatorValue()
If the meaning of the 'Discriminator Value' attribute isn't clear, there really should be more of a description here...
setDiscriminatorValue(String)
,
OrmPackage.getXmlEntity_DiscriminatorValue()
public void setDiscriminatorValue(java.lang.String newDiscriminatorValue)
Discriminator Value
' attribute.
value
- the new value of the 'Discriminator Value' attribute.getDiscriminatorValue()
public XmlDiscriminatorColumn getDiscriminatorColumn()
If the meaning of the 'Discriminator Column' containment reference isn't clear, there really should be more of a description here...
setDiscriminatorColumn(XmlDiscriminatorColumn)
,
OrmPackage.getXmlEntity_DiscriminatorColumn()
public org.eclipse.emf.common.notify.NotificationChain basicSetDiscriminatorColumn(XmlDiscriminatorColumn newDiscriminatorColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setDiscriminatorColumn(XmlDiscriminatorColumn newDiscriminatorColumn)
Discriminator Column
' containment reference.
value
- the new value of the 'Discriminator Column' containment reference.getDiscriminatorColumn()
public XmlSequenceGenerator getSequenceGenerator()
If the meaning of the 'Sequence Generator' containment reference isn't clear, there really should be more of a description here...
setSequenceGenerator(XmlSequenceGenerator)
,
OrmPackage.getXmlEntity_SequenceGenerator()
public org.eclipse.emf.common.notify.NotificationChain basicSetSequenceGenerator(XmlSequenceGenerator newSequenceGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setSequenceGenerator(XmlSequenceGenerator newSequenceGenerator)
Sequence Generator
' containment reference.
value
- the new value of the 'Sequence Generator' containment reference.getSequenceGenerator()
public XmlTableGenerator getTableGenerator()
If the meaning of the 'Table Generator' containment reference isn't clear, there really should be more of a description here...
setTableGenerator(XmlTableGenerator)
,
OrmPackage.getXmlEntity_TableGenerator()
public org.eclipse.emf.common.notify.NotificationChain basicSetTableGenerator(XmlTableGenerator newTableGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setTableGenerator(XmlTableGenerator newTableGenerator)
Table Generator
' containment reference.
value
- the new value of the 'Table Generator' containment reference.getTableGenerator()
public org.eclipse.emf.common.util.EList<XmlNamedQuery> getNamedQueries()
XmlNamedQuery
.
If the meaning of the 'Named Queries' containment reference list isn't clear, there really should be more of a description here...
OrmPackage.getXmlEntity_NamedQueries()
public org.eclipse.emf.common.util.EList<XmlNamedNativeQuery> getNamedNativeQueries()
XmlNamedNativeQuery
.
If the meaning of the 'Named Native Queries' containment reference list isn't clear, there really should be more of a description here...
OrmPackage.getXmlEntity_NamedNativeQueries()
public org.eclipse.emf.common.util.EList<SqlResultSetMapping> getSqlResultSetMappings()
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...
OrmPackage.getXmlEntity_SqlResultSetMappings()
public boolean isExcludeDefaultListeners()
If the meaning of the 'Exclude Default Listeners' attribute isn't clear, there really should be more of a description here...
setExcludeDefaultListeners(boolean)
,
OrmPackage.getXmlEntity_ExcludeDefaultListeners()
public void setExcludeDefaultListeners(boolean newExcludeDefaultListeners)
Exclude Default Listeners
' attribute.
value
- the new value of the 'Exclude Default Listeners' attribute.isExcludeDefaultListeners()
public boolean isExcludeSuperclassListeners()
If the meaning of the 'Exclude Superclass Listeners' attribute isn't clear, there really should be more of a description here...
setExcludeSuperclassListeners(boolean)
,
OrmPackage.getXmlEntity_ExcludeSuperclassListeners()
public void setExcludeSuperclassListeners(boolean newExcludeSuperclassListeners)
Exclude Superclass Listeners
' attribute.
value
- the new value of the 'Exclude Superclass Listeners' attribute.isExcludeSuperclassListeners()
public EntityListeners getEntityListeners()
If the meaning of the 'Entity Listeners' containment reference isn't clear, there really should be more of a description here...
setEntityListeners(EntityListeners)
,
OrmPackage.getXmlEntity_EntityListeners()
public org.eclipse.emf.common.notify.NotificationChain basicSetEntityListeners(EntityListeners newEntityListeners, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setEntityListeners(EntityListeners newEntityListeners)
Entity Listeners
' containment reference.
value
- the new value of the 'Entity Listeners' containment reference.getEntityListeners()
public PrePersist getPrePersist()
If the meaning of the 'Pre Persist' containment reference isn't clear, there really should be more of a description here...
setPrePersist(PrePersist)
,
OrmPackage.getXmlEntity_PrePersist()
public org.eclipse.emf.common.notify.NotificationChain basicSetPrePersist(PrePersist newPrePersist, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPrePersist(PrePersist newPrePersist)
Pre Persist
' containment reference.
value
- the new value of the 'Pre Persist' containment reference.getPrePersist()
public PostPersist getPostPersist()
If the meaning of the 'Post Persist' containment reference isn't clear, there really should be more of a description here...
setPostPersist(PostPersist)
,
OrmPackage.getXmlEntity_PostPersist()
public org.eclipse.emf.common.notify.NotificationChain basicSetPostPersist(PostPersist newPostPersist, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPostPersist(PostPersist newPostPersist)
Post Persist
' containment reference.
value
- the new value of the 'Post Persist' containment reference.getPostPersist()
public PreRemove getPreRemove()
If the meaning of the 'Pre Remove' containment reference isn't clear, there really should be more of a description here...
setPreRemove(PreRemove)
,
OrmPackage.getXmlEntity_PreRemove()
public org.eclipse.emf.common.notify.NotificationChain basicSetPreRemove(PreRemove newPreRemove, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPreRemove(PreRemove newPreRemove)
Pre Remove
' containment reference.
value
- the new value of the 'Pre Remove' containment reference.getPreRemove()
public PostRemove getPostRemove()
If the meaning of the 'Post Remove' containment reference isn't clear, there really should be more of a description here...
setPostRemove(PostRemove)
,
OrmPackage.getXmlEntity_PostRemove()
public org.eclipse.emf.common.notify.NotificationChain basicSetPostRemove(PostRemove newPostRemove, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPostRemove(PostRemove newPostRemove)
Post Remove
' containment reference.
value
- the new value of the 'Post Remove' containment reference.getPostRemove()
public PreUpdate getPreUpdate()
If the meaning of the 'Pre Update' containment reference isn't clear, there really should be more of a description here...
setPreUpdate(PreUpdate)
,
OrmPackage.getXmlEntity_PreUpdate()
public org.eclipse.emf.common.notify.NotificationChain basicSetPreUpdate(PreUpdate newPreUpdate, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPreUpdate(PreUpdate newPreUpdate)
Pre Update
' containment reference.
value
- the new value of the 'Pre Update' containment reference.getPreUpdate()
public PostUpdate getPostUpdate()
If the meaning of the 'Post Update' containment reference isn't clear, there really should be more of a description here...
setPostUpdate(PostUpdate)
,
OrmPackage.getXmlEntity_PostUpdate()
public org.eclipse.emf.common.notify.NotificationChain basicSetPostUpdate(PostUpdate newPostUpdate, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPostUpdate(PostUpdate newPostUpdate)
Post Update
' containment reference.
value
- the new value of the 'Post Update' containment reference.getPostUpdate()
public PostLoad getPostLoad()
If the meaning of the 'Post Load' containment reference isn't clear, there really should be more of a description here...
setPostLoad(PostLoad)
,
OrmPackage.getXmlEntity_PostLoad()
public org.eclipse.emf.common.notify.NotificationChain basicSetPostLoad(PostLoad newPostLoad, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPostLoad(PostLoad newPostLoad)
Post Load
' containment reference.
value
- the new value of the 'Post Load' containment reference.getPostLoad()
public org.eclipse.emf.common.util.EList<XmlAttributeOverride> getAttributeOverrides()
XmlAttributeOverride
.
If the meaning of the 'Attribute Overrides' containment reference list isn't clear, there really should be more of a description here...
OrmPackage.getXmlEntity_AttributeOverrides()
public org.eclipse.emf.common.util.EList<XmlAssociationOverride> getAssociationOverrides()
XmlAssociationOverride
.
If the meaning of the 'Association Overrides' containment reference list isn't clear, there really should be more of a description here...
OrmPackage.getXmlEntity_AssociationOverrides()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class AbstractXmlTypeMapping
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class AbstractXmlTypeMapping
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class AbstractXmlTypeMapping
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class AbstractXmlTypeMapping
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class AbstractXmlTypeMapping
public java.lang.String toString()
toString
in class AbstractXmlTypeMapping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |