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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AlignType2
 AlignType2 CDAR2FactoryImpl.createAlignType2FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType2 CDAR2FactoryImpl.createAlignTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType2 StrucDocTdImpl.getAlign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AlignType2
 boolean CDAR2Validator.validateAlignType2(AlignType2 alignType2, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateAlignTypeObject(AlignType2 alignTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)