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

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

Subinterfaces of PersonType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 interface UserType
          A representation of the model object 'User Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return PersonType
 PersonType RimFactory.createPersonType()
          Returns a new object of class 'Person Type'.
 PersonType DocumentRoot.getPerson()
          Returns the value of the 'Person' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type PersonType
 void DocumentRoot.setPerson(PersonType value)
          Sets the value of the 'Person' containment reference.
 

Uses of PersonType 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 PersonType
 class PersonTypeImpl
          An implementation of the model object 'Person Type'.
 class UserTypeImpl
          An implementation of the model object 'User Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return PersonType
 PersonType RimFactoryImpl.createPersonType()
           
 PersonType DocumentRootImpl.getPerson()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type PersonType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetPerson(PersonType newPerson, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setPerson(PersonType newPerson)
           
 

Uses of PersonType 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 PersonType
 java.lang.Object RimSwitch.casePersonType(PersonType object)
          Returns the result of interpretting the object as an instance of 'Person Type'.
 boolean RimValidator.validatePersonType(PersonType personType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)