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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as State
static State State.NAT_LITERAL
          The 'NAT' literal object.
static State State.STATE_LITERAL
          The 'STATE' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type State
 boolean CDAR2Validator.validateState(State state, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateStateObject(State stateObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)