Uses of Interface
org.eclipse.ohf.ihe.xds.metadata.LocalizedStringType

Packages that use LocalizedStringType
org.eclipse.ohf.ihe.xds.metadata   
org.eclipse.ohf.ihe.xds.metadata.impl   
org.eclipse.ohf.ihe.xds.metadata.util   
 

Uses of LocalizedStringType in org.eclipse.ohf.ihe.xds.metadata
 

Methods in org.eclipse.ohf.ihe.xds.metadata that return LocalizedStringType
 LocalizedStringType MetadataFactory.createLocalizedStringType()
          Returns a new object of class 'Localized String Type'.
 

Uses of LocalizedStringType in org.eclipse.ohf.ihe.xds.metadata.impl
 

Classes in org.eclipse.ohf.ihe.xds.metadata.impl that implement LocalizedStringType
 class LocalizedStringTypeImpl
          An implementation of the model object 'Localized String Type'.
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return LocalizedStringType
 LocalizedStringType MetadataFactoryImpl.createLocalizedStringType()
           
 

Uses of LocalizedStringType in org.eclipse.ohf.ihe.xds.metadata.util
 

Methods in org.eclipse.ohf.ihe.xds.metadata.util with parameters of type LocalizedStringType
 java.lang.Object MetadataSwitch.caseLocalizedStringType(LocalizedStringType object)
          Returns the result of interpretting the object as an instance of 'Localized String Type'.
 boolean MetadataValidator.validateLocalizedStringType(LocalizedStringType localizedStringType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)