org.eclipse.jpt.jpa.eclipselink.core.resource.orm
Interface XmlQueryContainer

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

public interface XmlQueryContainer
extends JpaEObject

A representation of the model object 'Xml Query Container'.

The following features are supported:

See Also:
EclipseLinkOrmPackage.getXmlQueryContainer()

Method Summary
 org.eclipse.emf.common.util.EList<XmlNamedStoredProcedureQuery> getNamedStoredProcedureQueries()
          Returns the value of the 'Named Stored Procedure Queries' containment reference list.
 
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

getNamedStoredProcedureQueries

org.eclipse.emf.common.util.EList<XmlNamedStoredProcedureQuery> getNamedStoredProcedureQueries()
Returns the value of the 'Named Stored Procedure Queries' containment reference list. The list contents are of type XmlNamedStoredProcedureQuery.

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

Returns:
the value of the 'Named Stored Procedure Queries' containment reference list.
See Also:
EclipseLinkOrmPackage.getXmlQueryContainer_NamedStoredProcedureQueries()