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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ValignType
 ValignType CDAR2FactoryImpl.createValignTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType CDAR2FactoryImpl.createValignTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ValignType StrucDocColgroupImpl.getValign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ValignType
 boolean CDAR2Validator.validateValignType(ValignType valignType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateValignTypeObject(ValignType valignTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)