org.eclipse.ohf.ihe.xds.metadata
Interface MultipleDocumentSetType

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

public interface MultipleDocumentSetType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Multiple Document Set Type'. Represents a lsit of ProvideAndRegisterDocumentSetTypes.

The following features are supported:

See Also:
MetadataPackage.getMultipleDocumentSetType()

Method Summary
 org.eclipse.emf.common.util.EList getDocumentSet()
          Returns the value of the 'Document Set' containment reference list.
 
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

getDocumentSet

org.eclipse.emf.common.util.EList getDocumentSet()
Returns the value of the 'Document Set' containment reference list. The list contents are of type ProvideAndRegisterDocumentSetType.

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

Returns:
the value of the 'Document Set' containment reference list.
See Also:
MetadataPackage.getMultipleDocumentSetType_DocumentSet()