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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AlignType3
 AlignType3 CDAR2FactoryImpl.createAlignType3FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType3 CDAR2FactoryImpl.createAlignTypeObject4FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType3 StrucDocTrImpl.getAlign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AlignType3
 boolean CDAR2Validator.validateAlignType3(AlignType3 alignType3, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateAlignTypeObject4(AlignType3 alignTypeObject4, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)