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

Packages that use MultipleDocumentSetType
org.eclipse.ohf.ihe.xds.metadata   
org.eclipse.ohf.ihe.xds.metadata.impl   
org.eclipse.ohf.ihe.xds.metadata.util   
 

Uses of MultipleDocumentSetType in org.eclipse.ohf.ihe.xds.metadata
 

Methods in org.eclipse.ohf.ihe.xds.metadata that return MultipleDocumentSetType
 MultipleDocumentSetType MetadataFactory.createMultipleDocumentSetType()
          Returns a new object of class 'Multiple Document Set Type'.
 MultipleDocumentSetType DocumentRoot.getMultipleDocumentSet()
          Returns the value of the 'Multiple Document Set' containment reference.
 

Methods in org.eclipse.ohf.ihe.xds.metadata with parameters of type MultipleDocumentSetType
 void DocumentRoot.setMultipleDocumentSet(MultipleDocumentSetType value)
          Sets the value of the 'Multiple Document Set' containment reference.
 

Uses of MultipleDocumentSetType in org.eclipse.ohf.ihe.xds.metadata.impl
 

Classes in org.eclipse.ohf.ihe.xds.metadata.impl that implement MultipleDocumentSetType
 class MultipleDocumentSetTypeImpl
          An implementation of the model object 'Multiple Document Set Type'.
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return MultipleDocumentSetType
 MultipleDocumentSetType MetadataFactoryImpl.createMultipleDocumentSetType()
           
 MultipleDocumentSetType DocumentRootImpl.getMultipleDocumentSet()
           
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl with parameters of type MultipleDocumentSetType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetMultipleDocumentSet(MultipleDocumentSetType newMultipleDocumentSet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setMultipleDocumentSet(MultipleDocumentSetType newMultipleDocumentSet)
           
 

Uses of MultipleDocumentSetType in org.eclipse.ohf.ihe.xds.metadata.util
 

Methods in org.eclipse.ohf.ihe.xds.metadata.util with parameters of type MultipleDocumentSetType
 java.lang.Object MetadataSwitch.caseMultipleDocumentSetType(MultipleDocumentSetType object)
          Returns the result of interpretting the object as an instance of 'Multiple Document Set Type'.
 boolean MetadataValidator.validateMultipleDocumentSetType(MultipleDocumentSetType multipleDocumentSetType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)