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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return ValueListType
 ValueListType RimFactory.createValueListType()
          Returns a new object of class 'Value List Type'.
 ValueListType SlotType1.getValueList()
          Returns the value of the 'Value List' containment reference.
 ValueListType DocumentRoot.getValueList()
          Returns the value of the 'Value List' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type ValueListType
 void SlotType1.setValueList(ValueListType value)
          Sets the value of the 'Value List' containment reference.
 void DocumentRoot.setValueList(ValueListType value)
          Sets the value of the 'Value List' containment reference.
 

Uses of ValueListType 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 ValueListType
 ValueListType RimFactoryImpl.createValueListType()
           
 ValueListType SlotType1Impl.getValueList()
           
 ValueListType DocumentRootImpl.getValueList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type ValueListType
 org.eclipse.emf.common.notify.NotificationChain SlotType1Impl.basicSetValueList(ValueListType newValueList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetValueList(ValueListType newValueList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SlotType1Impl.setValueList(ValueListType newValueList)
           
 void DocumentRootImpl.setValueList(ValueListType newValueList)
           
 

Uses of ValueListType 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 ValueListType
 java.lang.Object RimSwitch.caseValueListType(ValueListType object)
          Returns the result of interpretting the object as an instance of 'Value List Type'.
 boolean RimValidator.validateValueListType(ValueListType valueListType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)