Uses of Class
org.eclipse.ohf.ihe.common.cdar2.TemporallyPertains

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as TemporallyPertains
static TemporallyPertains TemporallyPertains.SAS_LITERAL
          The 'SAS' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return TemporallyPertains
static TemporallyPertains TemporallyPertains.get(int value)
          Returns the 'Temporally Pertains' literal with the specified integer value.
static TemporallyPertains TemporallyPertains.get(java.lang.String literal)
          Returns the 'Temporally Pertains' literal with the specified literal value.
static TemporallyPertains TemporallyPertains.getByName(java.lang.String name)
          Returns the 'Temporally Pertains' literal with the specified name.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return TemporallyPertains
 TemporallyPertains CDAR2FactoryImpl.createTemporallyPertainsFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 TemporallyPertains CDAR2FactoryImpl.createTemporallyPertainsObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type TemporallyPertains
 boolean CDAR2Validator.validateTemporallyPertains(TemporallyPertains temporallyPertains, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateTemporallyPertainsObject(TemporallyPertains temporallyPertainsObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)