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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return UserType
 UserType RimFactory.createUserType()
          Returns a new object of class 'User Type'.
 UserType DocumentRoot.getUser()
          Returns the value of the 'User' containment reference.
 

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return UserType
 UserType RimFactoryImpl.createUserType()
           
 UserType DocumentRootImpl.getUser()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type UserType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetUser(UserType newUser, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setUser(UserType newUser)
           
 

Uses of UserType 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 UserType
 java.lang.Object RimSwitch.caseUserType(UserType object)
          Returns the result of interpretting the object as an instance of 'User Type'.
 boolean RimValidator.validateUserType(UserType userType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)