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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AlignType
 AlignType CDAR2FactoryImpl.createAlignTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType CDAR2FactoryImpl.createAlignTypeObject1FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType StrucDocTbodyImpl.getAlign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AlignType
 boolean CDAR2Validator.validateAlignType(AlignType alignType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateAlignTypeObject1(AlignType alignTypeObject1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)