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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AlignType7
 AlignType7 CDAR2FactoryImpl.createAlignType7FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType7 CDAR2FactoryImpl.createAlignTypeObject7FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType7 StrucDocColImpl.getAlign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AlignType7
 boolean CDAR2Validator.validateAlignType7(AlignType7 alignType7, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateAlignTypeObject7(AlignType7 alignTypeObject7, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)