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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as Other
static Other Other.NINF_LITERAL
          The 'NINF' literal object.
static Other Other.OTH_LITERAL
          The 'OTH' literal object.
static Other Other.PINF_LITERAL
          The 'PINF' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type Other
 boolean CDAR2Validator.validateOther(Other other, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateOtherObject(Other otherObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)