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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActClassEntry
static ActClassEntry ActClassEntry.BATTERY_LITERAL
          The 'BATTERY' literal object.
static ActClassEntry ActClassEntry.CLUSTER_LITERAL
          The 'CLUSTER' literal object.
static ActClassEntry ActClassEntry.ENTRY_LITERAL
          The 'ENTRY' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActClassEntry
 boolean CDAR2Validator.validateActClassEntry(ActClassEntry actClassEntry, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActClassEntryObject(ActClassEntry actClassEntryObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)