Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.VersionInfoType

Packages that use VersionInfoType
org.eclipse.ohf.ihe.common.ebxml._3._0.rim   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util   
 

Uses of VersionInfoType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return VersionInfoType
 VersionInfoType RimFactory.createVersionInfoType()
          Returns a new object of class 'Version Info Type'.
 VersionInfoType ExtrinsicObjectType.getContentVersionInfo()
          Returns the value of the 'Content Version Info' containment reference.
 VersionInfoType RegistryObjectType.getVersionInfo()
          Returns the value of the 'Version Info' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type VersionInfoType
 void ExtrinsicObjectType.setContentVersionInfo(VersionInfoType value)
          Sets the value of the 'Content Version Info' containment reference.
 void RegistryObjectType.setVersionInfo(VersionInfoType value)
          Sets the value of the 'Version Info' containment reference.
 

Uses of VersionInfoType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that implement VersionInfoType
 class VersionInfoTypeImpl
          An implementation of the model object 'Version Info Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return VersionInfoType
 VersionInfoType RimFactoryImpl.createVersionInfoType()
           
 VersionInfoType ExtrinsicObjectTypeImpl.getContentVersionInfo()
           
 VersionInfoType RegistryObjectTypeImpl.getVersionInfo()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type VersionInfoType
 org.eclipse.emf.common.notify.NotificationChain ExtrinsicObjectTypeImpl.basicSetContentVersionInfo(VersionInfoType newContentVersionInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RegistryObjectTypeImpl.basicSetVersionInfo(VersionInfoType newVersionInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ExtrinsicObjectTypeImpl.setContentVersionInfo(VersionInfoType newContentVersionInfo)
           
 void RegistryObjectTypeImpl.setVersionInfo(VersionInfoType newVersionInfo)
           
 

Uses of VersionInfoType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util with parameters of type VersionInfoType
 java.lang.Object RimSwitch.caseVersionInfoType(VersionInfoType object)
          Returns the result of interpretting the object as an instance of 'Version Info Type'.
 boolean RimValidator.validateVersionInfoType(VersionInfoType versionInfoType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)