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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as SetOperator
static SetOperator SetOperator.A_LITERAL
          The 'A' literal object.
static SetOperator SetOperator.E_LITERAL
          The 'E' literal object.
static SetOperator SetOperator.H_LITERAL
          The 'H' literal object.
static SetOperator SetOperator.I_LITERAL
          The 'I' literal object.
static SetOperator SetOperator.P_LITERAL
          The 'P' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return SetOperator
static SetOperator SetOperator.get(int value)
          Returns the 'Set Operator' literal with the specified integer value.
static SetOperator SetOperator.get(java.lang.String literal)
          Returns the 'Set Operator' literal with the specified literal value.
static SetOperator SetOperator.getByName(java.lang.String name)
          Returns the 'Set Operator' literal with the specified name.
 SetOperator SXCMCD.getOperator()
          Returns the value of the 'Operator' attribute.
 SetOperator SXCMREAL.getOperator()
          Returns the value of the 'Operator' attribute.
 SetOperator SXCMINT.getOperator()
          Returns the value of the 'Operator' attribute.
 SetOperator SXCMPQ.getOperator()
          Returns the value of the 'Operator' attribute.
 SetOperator SXCMPPDPQ.getOperator()
          Returns the value of the 'Operator' attribute.
 SetOperator SXCMTS.getOperator()
          Returns the value of the 'Operator' attribute.
 SetOperator SXCMMO.getOperator()
          Returns the value of the 'Operator' attribute.
 SetOperator SXCMPPDTS.getOperator()
          Returns the value of the 'Operator' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type SetOperator
 void SXCMCD.setOperator(SetOperator value)
          Sets the value of the 'Operator' attribute.
 void SXCMREAL.setOperator(SetOperator value)
          Sets the value of the 'Operator' attribute.
 void SXCMINT.setOperator(SetOperator value)
          Sets the value of the 'Operator' attribute.
 void SXCMPQ.setOperator(SetOperator value)
          Sets the value of the 'Operator' attribute.
 void SXCMPPDPQ.setOperator(SetOperator value)
          Sets the value of the 'Operator' attribute.
 void SXCMTS.setOperator(SetOperator value)
          Sets the value of the 'Operator' attribute.
 void SXCMMO.setOperator(SetOperator value)
          Sets the value of the 'Operator' attribute.
 void SXCMPPDTS.setOperator(SetOperator value)
          Sets the value of the 'Operator' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return SetOperator
 SetOperator CDAR2FactoryImpl.createSetOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 SetOperator CDAR2FactoryImpl.createSetOperatorObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 SetOperator SXCMTSImpl.getOperator()
           
 SetOperator SXCMREALImpl.getOperator()
           
 SetOperator SXCMPQImpl.getOperator()
           
 SetOperator SXCMPPDTSImpl.getOperator()
           
 SetOperator SXCMPPDPQImpl.getOperator()
           
 SetOperator SXCMMOImpl.getOperator()
           
 SetOperator SXCMINTImpl.getOperator()
           
 SetOperator SXCMCDImpl.getOperator()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type SetOperator
 void SXCMTSImpl.setOperator(SetOperator newOperator)
           
 void SXCMREALImpl.setOperator(SetOperator newOperator)
           
 void SXCMPQImpl.setOperator(SetOperator newOperator)
           
 void SXCMPPDTSImpl.setOperator(SetOperator newOperator)
           
 void SXCMPPDPQImpl.setOperator(SetOperator newOperator)
           
 void SXCMMOImpl.setOperator(SetOperator newOperator)
           
 void SXCMINTImpl.setOperator(SetOperator newOperator)
           
 void SXCMCDImpl.setOperator(SetOperator newOperator)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type SetOperator
 boolean CDAR2Validator.validateSetOperator(SetOperator setOperator, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateSetOperatorObject(SetOperator setOperatorObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)