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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ScopeType
 ScopeType CDAR2FactoryImpl.createScopeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ScopeType CDAR2FactoryImpl.createScopeTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ScopeType StrucDocTdImpl.getScope()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ScopeType
 boolean CDAR2Validator.validateScopeType(ScopeType scopeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateScopeTypeObject(ScopeType scopeTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)