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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AlignType5
 AlignType5 CDAR2FactoryImpl.createAlignType5FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType5 CDAR2FactoryImpl.createAlignTypeObject6FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType5 StrucDocThImpl.getAlign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AlignType5
 boolean CDAR2Validator.validateAlignType5(AlignType5 alignType5, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateAlignTypeObject6(AlignType5 alignTypeObject6, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)