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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ValignType6
 ValignType6 CDAR2FactoryImpl.createValignType6FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType6 CDAR2FactoryImpl.createValignTypeObject3FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType6 StrucDocTbodyImpl.getValign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ValignType6
 boolean CDAR2Validator.validateValignType6(ValignType6 valignType6, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateValignTypeObject3(ValignType6 valignTypeObject3, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)