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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ValignType5
 ValignType5 CDAR2FactoryImpl.createValignType5FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType5 CDAR2FactoryImpl.createValignTypeObject4FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType5 StrucDocTfootImpl.getValign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ValignType5
 boolean CDAR2Validator.validateValignType5(ValignType5 valignType5, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateValignTypeObject4(ValignType5 valignTypeObject4, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)