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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActClassControlAct
static ActClassControlAct ActClassControlAct.ACTN_LITERAL
          The 'ACTN' literal object.
static ActClassControlAct ActClassControlAct.CACT_LITERAL
          The 'CACT' literal object.
static ActClassControlAct ActClassControlAct.INFO_LITERAL
          The 'INFO' literal object.
static ActClassControlAct ActClassControlAct.STC_LITERAL
          The 'STC' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ActClassControlAct
static ActClassControlAct ActClassControlAct.get(int value)
          Returns the 'Act Class Control Act' literal with the specified integer value.
static ActClassControlAct ActClassControlAct.get(java.lang.String literal)
          Returns the 'Act Class Control Act' literal with the specified literal value.
static ActClassControlAct ActClassControlAct.getByName(java.lang.String name)
          Returns the 'Act Class Control Act' literal with the specified name.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ActClassControlAct
 ActClassControlAct CDAR2FactoryImpl.createActClassControlActFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ActClassControlAct CDAR2FactoryImpl.createActClassControlActObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActClassControlAct
 boolean CDAR2Validator.validateActClassControlAct(ActClassControlAct actClassControlAct, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActClassControlActObject(ActClassControlAct actClassControlActObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)