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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AlignType1
 AlignType1 CDAR2FactoryImpl.createAlignType1FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType1 CDAR2FactoryImpl.createAlignTypeObject2FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AlignType1 StrucDocTfootImpl.getAlign()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AlignType1
 boolean CDAR2Validator.validateAlignType1(AlignType1 alignType1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateAlignTypeObject2(AlignType1 alignTypeObject2, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)