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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as RulesType
static RulesType RulesType.ALL_LITERAL
          The 'All' literal object.
static RulesType RulesType.COLS_LITERAL
          The 'Cols' literal object.
static RulesType RulesType.GROUPS_LITERAL
          The 'Groups' literal object.
static RulesType RulesType.NONE_LITERAL
          The 'None' literal object.
static RulesType RulesType.ROWS_LITERAL
          The 'Rows' literal object.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type RulesType
 void StrucDocTable.setRules(RulesType value)
          Sets the value of the 'Rules' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return RulesType
 RulesType CDAR2FactoryImpl.createRulesTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RulesType CDAR2FactoryImpl.createRulesTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RulesType StrucDocTableImpl.getRules()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type RulesType
 void StrucDocTableImpl.setRules(RulesType newRules)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type RulesType
 boolean CDAR2Validator.validateRulesType(RulesType rulesType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateRulesTypeObject(RulesType rulesTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)