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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as AlignType6
static AlignType6 AlignType6.CENTER_LITERAL
          The 'Center' literal object.
static AlignType6 AlignType6.CHAR_LITERAL
          The 'Char' literal object.
static AlignType6 AlignType6.JUSTIFY_LITERAL
          The 'Justify' literal object.
static AlignType6 AlignType6.LEFT_LITERAL
          The 'Left' literal object.
static AlignType6 AlignType6.RIGHT_LITERAL
          The 'Right' literal object.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type AlignType6
 void StrucDocColgroup.setAlign(AlignType6 value)
          Sets the value of the 'Align' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AlignType6
 AlignType6 CDAR2FactoryImpl.createAlignType6FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType6 CDAR2FactoryImpl.createAlignTypeObject5FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType6 StrucDocColgroupImpl.getAlign()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type AlignType6
 void StrucDocColgroupImpl.setAlign(AlignType6 newAlign)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AlignType6
 boolean CDAR2Validator.validateAlignType6(AlignType6 alignType6, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateAlignTypeObject5(AlignType6 alignTypeObject5, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)