Uses of Class
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.ConformanceProfileType

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

Fields in org.eclipse.ohf.ihe.common.ebxml._3._0.rim declared as ConformanceProfileType
static ConformanceProfileType ConformanceProfileType.REGISTRY_FULL_LITERAL
          The 'Registry Full' literal object.
static ConformanceProfileType ConformanceProfileType.REGISTRY_LITE_LITERAL
          The 'Registry Lite' literal object.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return ConformanceProfileType
static ConformanceProfileType ConformanceProfileType.get(int value)
          Returns the 'Conformance Profile Type' literal with the specified integer value.
static ConformanceProfileType ConformanceProfileType.get(java.lang.String literal)
          Returns the 'Conformance Profile Type' literal with the specified literal value.
static ConformanceProfileType ConformanceProfileType.getByName(java.lang.String name)
          Returns the 'Conformance Profile Type' literal with the specified name.
 ConformanceProfileType RegistryType.getConformanceProfile()
          Returns the value of the 'Conformance Profile' attribute.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type ConformanceProfileType
 void RegistryType.setConformanceProfile(ConformanceProfileType value)
          Sets the value of the 'Conformance Profile' attribute.
 

Uses of ConformanceProfileType 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 ConformanceProfileType
 ConformanceProfileType RimFactoryImpl.createConformanceProfileTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ConformanceProfileType RimFactoryImpl.createConformanceProfileTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ConformanceProfileType RegistryTypeImpl.getConformanceProfile()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type ConformanceProfileType
 void RegistryTypeImpl.setConformanceProfile(ConformanceProfileType newConformanceProfile)
           
 

Uses of ConformanceProfileType 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 ConformanceProfileType
 boolean RimValidator.validateConformanceProfileType(ConformanceProfileType conformanceProfileType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean RimValidator.validateConformanceProfileTypeObject(ConformanceProfileType conformanceProfileTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)