Uses of Interface
org.eclipse.ohf.ihe.common.cdar2.SC

Packages that use SC
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of SC in org.eclipse.ohf.ihe.common.cdar2
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return SC
 SC CDAR2Factory.createSC()
          Returns a new object of class 'SC'.
 SC POCDMT000040Device.getManufacturerModelName()
          Returns the value of the 'Manufacturer Model Name' containment reference.
 SC POCDMT000040AuthoringDevice.getManufacturerModelName()
          Returns the value of the 'Manufacturer Model Name' containment reference.
 SC POCDMT000040Device.getSoftwareName()
          Returns the value of the 'Software Name' containment reference.
 SC POCDMT000040AuthoringDevice.getSoftwareName()
          Returns the value of the 'Software Name' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type SC
 void POCDMT000040Device.setManufacturerModelName(SC value)
          Sets the value of the 'Manufacturer Model Name' containment reference.
 void POCDMT000040AuthoringDevice.setManufacturerModelName(SC value)
          Sets the value of the 'Manufacturer Model Name' containment reference.
 void POCDMT000040Device.setSoftwareName(SC value)
          Sets the value of the 'Software Name' containment reference.
 void POCDMT000040AuthoringDevice.setSoftwareName(SC value)
          Sets the value of the 'Software Name' containment reference.
 

Uses of SC in org.eclipse.ohf.ihe.common.cdar2.impl
 

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement SC
 class SCImpl
          An implementation of the model object 'SC'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return SC
 SC CDAR2FactoryImpl.createSC()
           
 SC POCDMT000040DeviceImpl.getManufacturerModelName()
           
 SC POCDMT000040AuthoringDeviceImpl.getManufacturerModelName()
           
 SC POCDMT000040DeviceImpl.getSoftwareName()
           
 SC POCDMT000040AuthoringDeviceImpl.getSoftwareName()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type SC
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040DeviceImpl.basicSetManufacturerModelName(SC newManufacturerModelName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040AuthoringDeviceImpl.basicSetManufacturerModelName(SC newManufacturerModelName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040DeviceImpl.basicSetSoftwareName(SC newSoftwareName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040AuthoringDeviceImpl.basicSetSoftwareName(SC newSoftwareName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040DeviceImpl.setManufacturerModelName(SC newManufacturerModelName)
           
 void POCDMT000040AuthoringDeviceImpl.setManufacturerModelName(SC newManufacturerModelName)
           
 void POCDMT000040DeviceImpl.setSoftwareName(SC newSoftwareName)
           
 void POCDMT000040AuthoringDeviceImpl.setSoftwareName(SC newSoftwareName)
           
 

Uses of SC in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type SC
 java.lang.Object CDAR2Switch.caseSC(SC object)
          Returns the result of interpretting the object as an instance of 'SC'.
 boolean CDAR2Validator.validateSC(SC sc, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)