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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ValignType4
 ValignType4 CDAR2FactoryImpl.createValignType4FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType4 CDAR2FactoryImpl.createValignTypeObject5FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType4 StrucDocTheadImpl.getValign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ValignType4
 boolean CDAR2Validator.validateValignType4(ValignType4 valignType4, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateValignTypeObject5(ValignType4 valignTypeObject5, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)