|
||||||||||
| 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.AbstractXmlAttributeMapping
org.eclipse.jpt.core.resource.orm.XmlIdImpl
public class XmlIdImpl
A representation of the model object 'Id'. 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.
OrmPackage.getXmlIdImpl()| 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 |
basicSetColumn(XmlColumn newColumn,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetGeneratedValue(XmlGeneratedValue newGeneratedValue,
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 |
basicSetTableGenerator(XmlTableGenerator newTableGenerator,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
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)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
XmlColumn |
getColumn()
Returns the value of the 'Column' containment reference. |
EnumType |
getEnumerated()
Returns the value of the 'Enumerated' attribute. |
TextRange |
getEnumeratedTextRange()
Return the TextRange for the enumerated element. |
XmlGeneratedValue |
getGeneratedValue()
Returns the value of the 'Generated Value' containment reference. |
TextRange |
getLobTextRange()
Return the TextRange for the lob element. |
java.lang.String |
getMappingKey()
|
XmlSequenceGenerator |
getSequenceGenerator()
Returns the value of the 'Sequence Generator' containment reference. |
XmlTableGenerator |
getTableGenerator()
Returns the value of the 'Table Generator' containment reference. |
TemporalType |
getTemporal()
Returns the value of the 'Temporal' attribute. |
TextRange |
getTemporalTextRange()
Return the TextRange for the temporal element. |
boolean |
isLob()
Returns the value of the 'Lob' attribute. |
void |
setColumn(XmlColumn newColumn)
Sets the value of the ' Column' containment reference. |
void |
setEnumerated(EnumType newEnumerated)
Sets the value of the ' Enumerated' attribute. |
void |
setGeneratedValue(XmlGeneratedValue newGeneratedValue)
Sets the value of the ' Generated Value' containment reference. |
void |
setLob(boolean newLob)
Sets the value of the ' Lob' attribute. |
void |
setSequenceGenerator(XmlSequenceGenerator newSequenceGenerator)
Sets the value of the ' Sequence Generator' containment reference. |
void |
setTableGenerator(XmlTableGenerator newTableGenerator)
Sets the value of the ' Table Generator' containment reference. |
void |
setTemporal(TemporalType newTemporal)
Sets the value of the ' Temporal' attribute. |
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.jpt.core.resource.orm.AbstractXmlAttributeMapping |
|---|
getName, getNameTextRange, setName |
| Methods inherited from class org.eclipse.jpt.core.resource.common.AbstractJpaEObject |
|---|
containsOffset, eAdapters, eNotify, 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, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, 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.orm.XmlAttributeMapping |
|---|
getName, getNameTextRange, setName |
| 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.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.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 XmlColumn getColumn()
If the meaning of the 'Column' containment reference isn't clear, there really should be more of a description here...
getColumn in interface ColumnMappingsetColumn(XmlColumn),
OrmPackage.getColumnMapping_Column()
public org.eclipse.emf.common.notify.NotificationChain basicSetColumn(XmlColumn newColumn,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setColumn(XmlColumn newColumn)
Column' containment reference.
setColumn in interface ColumnMappingvalue - the new value of the 'Column' containment reference.getColumn()public boolean isLob()
If the meaning of the 'Lob' attribute isn't clear, there really should be more of a description here...
isLob in interface XmlConvertibleMappingsetLob(boolean),
OrmPackage.getXmlConvertibleMapping_Lob()public void setLob(boolean newLob)
Lob' attribute.
setLob in interface XmlConvertibleMappingvalue - the new value of the 'Lob' attribute.isLob()public XmlGeneratedValue getGeneratedValue()
If the meaning of the 'Generated Value' containment reference isn't clear, there really should be more of a description here...
getGeneratedValue in interface XmlIdsetGeneratedValue(XmlGeneratedValue),
OrmPackage.getXmlId_GeneratedValue()
public org.eclipse.emf.common.notify.NotificationChain basicSetGeneratedValue(XmlGeneratedValue newGeneratedValue,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setGeneratedValue(XmlGeneratedValue newGeneratedValue)
Generated Value' containment reference.
setGeneratedValue in interface XmlIdvalue - the new value of the 'Generated Value' containment reference.getGeneratedValue()public TemporalType getTemporal()
TemporalType.
If the meaning of the 'Temporal' attribute isn't clear, there really should be more of a description here...
getTemporal in interface XmlConvertibleMappingTemporalType,
setTemporal(TemporalType),
OrmPackage.getXmlConvertibleMapping_Temporal()public void setTemporal(TemporalType newTemporal)
Temporal' attribute.
setTemporal in interface XmlConvertibleMappingvalue - the new value of the 'Temporal' attribute.TemporalType,
getTemporal()public EnumType getEnumerated()
EnumType.
If the meaning of the 'Enumerated' attribute isn't clear, there really should be more of a description here...
getEnumerated in interface XmlConvertibleMappingEnumType,
setEnumerated(EnumType),
OrmPackage.getXmlConvertibleMapping_Enumerated()public void setEnumerated(EnumType newEnumerated)
Enumerated' attribute.
setEnumerated in interface XmlConvertibleMappingvalue - the new value of the 'Enumerated' attribute.EnumType,
getEnumerated()public XmlTableGenerator getTableGenerator()
If the meaning of the 'Table Generator' containment reference isn't clear, there really should be more of a description here...
getTableGenerator in interface XmlIdsetTableGenerator(XmlTableGenerator),
OrmPackage.getXmlId_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.
setTableGenerator in interface XmlIdvalue - the new value of the 'Table Generator' containment reference.getTableGenerator()public XmlSequenceGenerator getSequenceGenerator()
If the meaning of the 'Sequence Generator' containment reference isn't clear, there really should be more of a description here...
getSequenceGenerator in interface XmlIdsetSequenceGenerator(XmlSequenceGenerator),
OrmPackage.getXmlId_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.
setSequenceGenerator in interface XmlIdvalue - the new value of the 'Sequence Generator' containment reference.getSequenceGenerator()
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 org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class AbstractXmlAttributeMapping
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class AbstractXmlAttributeMappingpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class AbstractXmlAttributeMappingpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class AbstractXmlAttributeMapping
public int eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass)
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public int eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass)
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class AbstractXmlAttributeMappingpublic TextRange getEnumeratedTextRange()
XmlConvertibleMappingTextRange for the enumerated element. If the enumerated element
does not exist return the TextRange for the basic element.
getEnumeratedTextRange in interface XmlConvertibleMappingpublic TextRange getLobTextRange()
XmlConvertibleMappingTextRange for the lob element. If the lob element
does not exist return the TextRange for the basic element.
getLobTextRange in interface XmlConvertibleMappingpublic TextRange getTemporalTextRange()
XmlConvertibleMappingTextRange for the temporal element. If the temporal element
does not exist return the TextRange for the basic element.
getTemporalTextRange in interface XmlConvertibleMappingpublic java.lang.String getMappingKey()
getMappingKey in interface XmlAttributeMapping
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||