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

Packages that use LocalizedStringType
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 LocalizedStringType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return LocalizedStringType
 LocalizedStringType RimFactory.createLocalizedStringType()
          Returns a new object of class 'Localized String Type'.
 LocalizedStringType DocumentRoot.getLocalizedString()
          Returns the value of the 'Localized String' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type LocalizedStringType
 void DocumentRoot.setLocalizedString(LocalizedStringType value)
          Sets the value of the 'Localized String' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return LocalizedStringType
 LocalizedStringType RimFactoryImpl.createLocalizedStringType()
           
 LocalizedStringType DocumentRootImpl.getLocalizedString()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type LocalizedStringType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetLocalizedString(LocalizedStringType newLocalizedString, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setLocalizedString(LocalizedStringType newLocalizedString)
           
 

Uses of LocalizedStringType 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 LocalizedStringType
 java.lang.Object RimSwitch.caseLocalizedStringType(LocalizedStringType object)
          Returns the result of interpretting the object as an instance of 'Localized String Type'.
 boolean RimValidator.validateLocalizedStringType(LocalizedStringType localizedStringType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)