org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0
Interface XmlQueryRedirectors_2_0

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XmlQueryRedirectors

public interface XmlQueryRedirectors_2_0
extends JpaEObject

A representation of the model object 'Xml Query Redirectors2 0'. 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:
EclipseLinkOrmV2_0Package.getXmlQueryRedirectors_2_0()

Method Summary
 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 value)
          Sets the value of the 'All Queries' attribute.
 void setDelete(java.lang.String value)
          Sets the value of the 'Delete' attribute.
 void setInsert(java.lang.String value)
          Sets the value of the 'Insert' attribute.
 void setReadAll(java.lang.String value)
          Sets the value of the 'Read All' attribute.
 void setReadObject(java.lang.String value)
          Sets the value of the 'Read Object' attribute.
 void setReport(java.lang.String value)
          Sets the value of the 'Report' attribute.
 void setUpdate(java.lang.String value)
          Sets the value of the 'Update' attribute.
 
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
 

Method Detail

getAllQueries

java.lang.String getAllQueries()
Returns the value of the 'All Queries' attribute.

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

Returns:
the value of the 'All Queries' attribute.
See Also:
setAllQueries(String), EclipseLinkOrmV2_0Package.getXmlQueryRedirectors_2_0_AllQueries()

setAllQueries

void setAllQueries(java.lang.String value)
Sets the value of the 'All Queries' attribute.

Parameters:
value - the new value of the 'All Queries' attribute.
See Also:
getAllQueries()

getReadAll

java.lang.String getReadAll()
Returns the value of the 'Read All' attribute.

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

Returns:
the value of the 'Read All' attribute.
See Also:
setReadAll(String), EclipseLinkOrmV2_0Package.getXmlQueryRedirectors_2_0_ReadAll()

setReadAll

void setReadAll(java.lang.String value)
Sets the value of the 'Read All' attribute.

Parameters:
value - the new value of the 'Read All' attribute.
See Also:
getReadAll()

getReadObject

java.lang.String getReadObject()
Returns the value of the 'Read Object' attribute.

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

Returns:
the value of the 'Read Object' attribute.
See Also:
setReadObject(String), EclipseLinkOrmV2_0Package.getXmlQueryRedirectors_2_0_ReadObject()

setReadObject

void setReadObject(java.lang.String value)
Sets the value of the 'Read Object' attribute.

Parameters:
value - the new value of the 'Read Object' attribute.
See Also:
getReadObject()

getReport

java.lang.String getReport()
Returns the value of the 'Report' attribute.

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

Returns:
the value of the 'Report' attribute.
See Also:
setReport(String), EclipseLinkOrmV2_0Package.getXmlQueryRedirectors_2_0_Report()

setReport

void setReport(java.lang.String value)
Sets the value of the 'Report' attribute.

Parameters:
value - the new value of the 'Report' attribute.
See Also:
getReport()

getUpdate

java.lang.String getUpdate()
Returns the value of the 'Update' attribute.

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

Returns:
the value of the 'Update' attribute.
See Also:
setUpdate(String), EclipseLinkOrmV2_0Package.getXmlQueryRedirectors_2_0_Update()

setUpdate

void setUpdate(java.lang.String value)
Sets the value of the 'Update' attribute.

Parameters:
value - the new value of the 'Update' attribute.
See Also:
getUpdate()

getInsert

java.lang.String getInsert()
Returns the value of the 'Insert' attribute.

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

Returns:
the value of the 'Insert' attribute.
See Also:
setInsert(String), EclipseLinkOrmV2_0Package.getXmlQueryRedirectors_2_0_Insert()

setInsert

void setInsert(java.lang.String value)
Sets the value of the 'Insert' attribute.

Parameters:
value - the new value of the 'Insert' attribute.
See Also:
getInsert()

getDelete

java.lang.String getDelete()
Returns the value of the 'Delete' attribute.

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

Returns:
the value of the 'Delete' attribute.
See Also:
setDelete(String), EclipseLinkOrmV2_0Package.getXmlQueryRedirectors_2_0_Delete()

setDelete

void setDelete(java.lang.String value)
Sets the value of the 'Delete' attribute.

Parameters:
value - the new value of the 'Delete' attribute.
See Also:
getDelete()