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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ScopeType1
static ScopeType1 ScopeType1.COL_LITERAL
          The 'Col' literal object.
static ScopeType1 ScopeType1.COLGROUP_LITERAL
          The 'Colgroup' literal object.
static ScopeType1 ScopeType1.ROW_LITERAL
          The 'Row' literal object.
static ScopeType1 ScopeType1.ROWGROUP_LITERAL
          The 'Rowgroup' literal object.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type ScopeType1
 void StrucDocTh.setScope(ScopeType1 value)
          Sets the value of the 'Scope' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ScopeType1
 ScopeType1 CDAR2FactoryImpl.createScopeType1FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ScopeType1 CDAR2FactoryImpl.createScopeTypeObject1FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ScopeType1 StrucDocThImpl.getScope()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type ScopeType1
 void StrucDocThImpl.setScope(ScopeType1 newScope)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ScopeType1
 boolean CDAR2Validator.validateScopeType1(ScopeType1 scopeType1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateScopeTypeObject1(ScopeType1 scopeTypeObject1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)