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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ValignType1
 ValignType1 CDAR2FactoryImpl.createValignType1FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType1 CDAR2FactoryImpl.createValignTypeObject6FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType1 StrucDocTdImpl.getValign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ValignType1
 boolean CDAR2Validator.validateValignType1(ValignType1 valignType1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateValignTypeObject6(ValignType1 valignTypeObject6, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)