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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ValignType3
static ValignType3 ValignType3.BASELINE_LITERAL
          The 'Baseline' literal object.
static ValignType3 ValignType3.BOTTOM_LITERAL
          The 'Bottom' literal object.
static ValignType3 ValignType3.MIDDLE_LITERAL
          The 'Middle' literal object.
static ValignType3 ValignType3.TOP_LITERAL
          The 'Top' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ValignType3
static ValignType3 ValignType3.get(int value)
          Returns the 'Valign Type3' literal with the specified integer value.
static ValignType3 ValignType3.get(java.lang.String literal)
          Returns the 'Valign Type3' literal with the specified literal value.
static ValignType3 ValignType3.getByName(java.lang.String name)
          Returns the 'Valign Type3' literal with the specified name.
 ValignType3 StrucDocTh.getValign()
          Returns the value of the 'Valign' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type ValignType3
 void StrucDocTh.setValign(ValignType3 value)
          Sets the value of the 'Valign' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ValignType3
 ValignType3 CDAR2FactoryImpl.createValignType3FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType3 CDAR2FactoryImpl.createValignTypeObject1FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType3 StrucDocThImpl.getValign()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type ValignType3
 void StrucDocThImpl.setValign(ValignType3 newValign)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ValignType3
 boolean CDAR2Validator.validateValignType3(ValignType3 valignType3, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateValignTypeObject1(ValignType3 valignTypeObject1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)