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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as IntegrityCheckAlgorithm
static IntegrityCheckAlgorithm IntegrityCheckAlgorithm.SHA1_LITERAL
          The 'SHA1' literal object.
static IntegrityCheckAlgorithm IntegrityCheckAlgorithm.SHA256_LITERAL
          The 'SHA256' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return IntegrityCheckAlgorithm
static IntegrityCheckAlgorithm IntegrityCheckAlgorithm.get(int value)
          Returns the 'Integrity Check Algorithm' literal with the specified integer value.
static IntegrityCheckAlgorithm IntegrityCheckAlgorithm.get(java.lang.String literal)
          Returns the 'Integrity Check Algorithm' literal with the specified literal value.
static IntegrityCheckAlgorithm IntegrityCheckAlgorithm.getByName(java.lang.String name)
          Returns the 'Integrity Check Algorithm' literal with the specified name.
 IntegrityCheckAlgorithm ED.getIntegrityCheckAlgorithm()
          Returns the value of the 'Integrity Check Algorithm' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type IntegrityCheckAlgorithm
 void ED.setIntegrityCheckAlgorithm(IntegrityCheckAlgorithm value)
          Sets the value of the 'Integrity Check Algorithm' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IntegrityCheckAlgorithm
 IntegrityCheckAlgorithm CDAR2FactoryImpl.createIntegrityCheckAlgorithmFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 IntegrityCheckAlgorithm CDAR2FactoryImpl.createIntegrityCheckAlgorithmObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 IntegrityCheckAlgorithm EDImpl.getIntegrityCheckAlgorithm()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type IntegrityCheckAlgorithm
 void EDImpl.setIntegrityCheckAlgorithm(IntegrityCheckAlgorithm newIntegrityCheckAlgorithm)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type IntegrityCheckAlgorithm
 boolean CDAR2Validator.validateIntegrityCheckAlgorithm(IntegrityCheckAlgorithm integrityCheckAlgorithm, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateIntegrityCheckAlgorithmObject(IntegrityCheckAlgorithm integrityCheckAlgorithmObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)