Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.SlotType1

Packages that use SlotType1
org.eclipse.ohf.ihe.common.ebxml._2._1.rim   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util   
 

Uses of SlotType1 in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return SlotType1
 SlotType1 RimFactory.createSlotType1()
          Returns a new object of class 'Slot Type1'.
 SlotType1 DocumentRoot.getSlot()
          Returns the value of the 'Slot' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type SlotType1
 void DocumentRoot.setSlot(SlotType1 value)
          Sets the value of the 'Slot' containment reference.
 

Uses of SlotType1 in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that implement SlotType1
 class SlotType1Impl
          An implementation of the model object 'Slot Type1'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return SlotType1
 SlotType1 RimFactoryImpl.createSlotType1()
           
 SlotType1 DocumentRootImpl.getSlot()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type SlotType1
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSlot(SlotType1 newSlot, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setSlot(SlotType1 newSlot)
           
 

Uses of SlotType1 in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util with parameters of type SlotType1
 java.lang.Object RimSwitch.caseSlotType1(SlotType1 object)
          Returns the result of interpretting the object as an instance of 'Slot Type1'.
 boolean RimValidator.validateSlotType1(SlotType1 slotType1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)