org.eclipse.jpt.jpa.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:
XmlEntity, XmlEntity, XmlEntityMappings, XmlEntityMappings, XmlMappedSuperclass

public interface XmlQueryContainer
extends JpaEObject

A representation of the model object 'Xml Queries Holder'.

The following features are supported:

See Also:
OrmPackage.getXmlQueryContainer()

Method Summary
 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.
 
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

getNamedQueries

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

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

Returns:
the value of the 'Named Queries' containment reference list.
See Also:
OrmPackage.getXmlQueryContainer_NamedQueries()

getNamedNativeQueries

org.eclipse.emf.common.util.EList<XmlNamedNativeQuery> getNamedNativeQueries()
Returns the value of the 'Named Native Queries' containment reference list. The list contents are of type XmlNamedNativeQuery.

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

Returns:
the value of the 'Named Native Queries' containment reference list.
See Also:
OrmPackage.getXmlQueryContainer_NamedNativeQueries()