|
||||||||||
| 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.jpa.core.resource.xml.AbstractJpaEObject
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlQueryRedirectors
public class XmlQueryRedirectors
A representation of the model object 'Xml Query Redirectors'. 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.
EclipseLinkOrmPackage.getXmlQueryRedirectors()| 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 | |
|---|---|
static org.eclipse.wst.common.internal.emf.resource.Translator |
buildTranslator(java.lang.String elementName,
org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
java.lang.String |
getAllQueries()
Returns the value of the 'All Queries' attribute. |
java.lang.String |
getDelete()
Returns the value of the 'Delete' attribute. |
java.lang.String |
getInsert()
Returns the value of the 'Insert' attribute. |
java.lang.String |
getReadAll()
Returns the value of the 'Read All' attribute. |
java.lang.String |
getReadObject()
Returns the value of the 'Read Object' attribute. |
java.lang.String |
getReport()
Returns the value of the 'Report' attribute. |
java.lang.String |
getUpdate()
Returns the value of the 'Update' attribute. |
void |
setAllQueries(java.lang.String newAllQueries)
Sets the value of the ' All Queries' attribute. |
void |
setDelete(java.lang.String newDelete)
Sets the value of the ' Delete' attribute. |
void |
setInsert(java.lang.String newInsert)
Sets the value of the ' Insert' attribute. |
void |
setReadAll(java.lang.String newReadAll)
Sets the value of the ' Read All' attribute. |
void |
setReadObject(java.lang.String newReadObject)
Sets the value of the ' Read Object' attribute. |
void |
setReport(java.lang.String newReport)
Sets the value of the ' Report' attribute. |
void |
setUpdate(java.lang.String newUpdate)
Sets the value of the ' Update' attribute. |
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.jpt.jpa.core.resource.xml.AbstractJpaEObject |
|---|
containsOffset, createDeleteEdit, eAdapters, eNotify, getNodeEndOffset, 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, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, 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.jpt.jpa.core.resource.xml.JpaEObject |
|---|
containsOffset, createDeleteEdit, getSelectionTextRange, getValidationTextRange, isUnset |
| 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 |
| Method Detail |
|---|
public java.lang.String getAllQueries()
If the meaning of the 'All Queries' attribute isn't clear, there really should be more of a description here...
getAllQueries in interface XmlQueryRedirectors_2_0setAllQueries(String),
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage#getXmlQueryRedirectors_2_0_AllQueries()public void setAllQueries(java.lang.String newAllQueries)
All Queries' attribute.
setAllQueries in interface XmlQueryRedirectors_2_0value - the new value of the 'All Queries' attribute.getAllQueries()public java.lang.String getReadAll()
If the meaning of the 'Read All' attribute isn't clear, there really should be more of a description here...
getReadAll in interface XmlQueryRedirectors_2_0setReadAll(String),
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage#getXmlQueryRedirectors_2_0_ReadAll()public void setReadAll(java.lang.String newReadAll)
Read All' attribute.
setReadAll in interface XmlQueryRedirectors_2_0value - the new value of the 'Read All' attribute.getReadAll()public java.lang.String getReadObject()
If the meaning of the 'Read Object' attribute isn't clear, there really should be more of a description here...
getReadObject in interface XmlQueryRedirectors_2_0setReadObject(String),
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage#getXmlQueryRedirectors_2_0_ReadObject()public void setReadObject(java.lang.String newReadObject)
Read Object' attribute.
setReadObject in interface XmlQueryRedirectors_2_0value - the new value of the 'Read Object' attribute.getReadObject()public java.lang.String getReport()
If the meaning of the 'Report' attribute isn't clear, there really should be more of a description here...
getReport in interface XmlQueryRedirectors_2_0setReport(String),
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage#getXmlQueryRedirectors_2_0_Report()public void setReport(java.lang.String newReport)
Report' attribute.
setReport in interface XmlQueryRedirectors_2_0value - the new value of the 'Report' attribute.getReport()public java.lang.String getUpdate()
If the meaning of the 'Update' attribute isn't clear, there really should be more of a description here...
getUpdate in interface XmlQueryRedirectors_2_0setUpdate(String),
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage#getXmlQueryRedirectors_2_0_Update()public void setUpdate(java.lang.String newUpdate)
Update' attribute.
setUpdate in interface XmlQueryRedirectors_2_0value - the new value of the 'Update' attribute.getUpdate()public java.lang.String getInsert()
If the meaning of the 'Insert' attribute isn't clear, there really should be more of a description here...
getInsert in interface XmlQueryRedirectors_2_0setInsert(String),
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage#getXmlQueryRedirectors_2_0_Insert()public void setInsert(java.lang.String newInsert)
Insert' attribute.
setInsert in interface XmlQueryRedirectors_2_0value - the new value of the 'Insert' attribute.getInsert()public java.lang.String getDelete()
If the meaning of the 'Delete' attribute isn't clear, there really should be more of a description here...
getDelete in interface XmlQueryRedirectors_2_0setDelete(String),
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage#getXmlQueryRedirectors_2_0_Delete()public void setDelete(java.lang.String newDelete)
Delete' attribute.
setDelete in interface XmlQueryRedirectors_2_0value - the new value of the 'Delete' attribute.getDelete()
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public static org.eclipse.wst.common.internal.emf.resource.Translator buildTranslator(java.lang.String elementName,
org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||