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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as HasSupport
static HasSupport HasSupport.SPRT_LITERAL
          The 'SPRT' literal object.
static HasSupport HasSupport.SPRTBND_LITERAL
          The 'SPRTBND' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type HasSupport
 boolean CDAR2Validator.validateHasSupport(HasSupport hasSupport, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateHasSupportObject(HasSupport hasSupportObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)