org.eclipse.ohf.ihe.common.ebxml._3._0.query
Interface RegistryPackageQueryType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, FilterQueryType, org.eclipse.emf.common.notify.Notifier, RegistryObjectQueryType
All Known Implementing Classes:
RegistryPackageQueryTypeImpl

public interface RegistryPackageQueryType
extends RegistryObjectQueryType

A representation of the model object 'Registry Package Query Type'.

The following features are supported:

See Also:
QueryPackage.getRegistryPackageQueryType()

Method Summary
 org.eclipse.emf.common.util.EList getRegistryObjectQuery()
          Returns the value of the 'Registry Object Query' containment reference list.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._3._0.query.RegistryObjectQueryType
getClassificationQuery, getDescriptionBranch, getExternalIdentifierQuery, getNameBranch, getObjectTypeQuery, getSlotBranch, getSourceAssociationQuery, getStatusQuery, getTargetAssociationQuery, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFilter
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._3._0.query.FilterQueryType
getPrimaryFilter, setPrimaryFilter
 
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
 

Method Detail

getRegistryObjectQuery

org.eclipse.emf.common.util.EList getRegistryObjectQuery()
Returns the value of the 'Registry Object Query' containment reference list. The list contents are of type RegistryObjectQueryType.

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

Returns:
the value of the 'Registry Object Query' containment reference list.
See Also:
QueryPackage.getRegistryPackageQueryType_RegistryObjectQuery()