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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AlignType4
 AlignType4 CDAR2FactoryImpl.createAlignType4FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType4 CDAR2FactoryImpl.createAlignTypeObject3FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType4 StrucDocTheadImpl.getAlign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AlignType4
 boolean CDAR2Validator.validateAlignType4(AlignType4 alignType4, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateAlignTypeObject3(AlignType4 alignTypeObject3, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)