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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as CompressionAlgorithm
static CompressionAlgorithm CompressionAlgorithm.DF_LITERAL
          The 'DF' literal object.
static CompressionAlgorithm CompressionAlgorithm.GZ_LITERAL
          The 'GZ' literal object.
static CompressionAlgorithm CompressionAlgorithm.Z_LITERAL
          The 'Z' literal object.
static CompressionAlgorithm CompressionAlgorithm.ZL_LITERAL
          The 'ZL' literal object.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type CompressionAlgorithm
 void ED.setCompression(CompressionAlgorithm value)
          Sets the value of the 'Compression' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return CompressionAlgorithm
 CompressionAlgorithm CDAR2FactoryImpl.createCompressionAlgorithmFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 CompressionAlgorithm CDAR2FactoryImpl.createCompressionAlgorithmObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 CompressionAlgorithm EDImpl.getCompression()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type CompressionAlgorithm
 void EDImpl.setCompression(CompressionAlgorithm newCompression)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type CompressionAlgorithm
 boolean CDAR2Validator.validateCompressionAlgorithm(CompressionAlgorithm compressionAlgorithm, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateCompressionAlgorithmObject(CompressionAlgorithm compressionAlgorithmObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)