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

Packages that use EmailAddressType
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 EmailAddressType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return EmailAddressType
 EmailAddressType RimFactory.createEmailAddressType()
          Returns a new object of class 'Email Address Type'.
 EmailAddressType DocumentRoot.getEmailAddress()
          Returns the value of the 'Email Address' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type EmailAddressType
 void DocumentRoot.setEmailAddress(EmailAddressType value)
          Sets the value of the 'Email Address' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return EmailAddressType
 EmailAddressType RimFactoryImpl.createEmailAddressType()
           
 EmailAddressType DocumentRootImpl.getEmailAddress()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type EmailAddressType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetEmailAddress(EmailAddressType newEmailAddress, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setEmailAddress(EmailAddressType newEmailAddress)
           
 

Uses of EmailAddressType 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 EmailAddressType
 java.lang.Object RimSwitch.caseEmailAddressType(EmailAddressType object)
          Returns the result of interpretting the object as an instance of 'Email Address Type'.
 boolean RimValidator.validateEmailAddressType(EmailAddressType emailAddressType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)