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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ValignType2
 ValignType2 CDAR2FactoryImpl.createValignType2FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType2 CDAR2FactoryImpl.createValignTypeObject2FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType2 StrucDocTrImpl.getValign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ValignType2
 boolean CDAR2Validator.validateValignType2(ValignType2 valignType2, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateValignTypeObject2(ValignType2 valignTypeObject2, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)