Uses of Enum Class
net.ihe.gazelle.hl7v3.voc.CompressionAlgorithm
Packages that use CompressionAlgorithm
-
Uses of CompressionAlgorithm in net.ihe.gazelle.hl7v3.datatypes
Fields in net.ihe.gazelle.hl7v3.datatypes declared as CompressionAlgorithmModifier and TypeFieldDescriptionED.compression
Indicates whether the raw byte data is compressed, and what compression algorithm was used. .Methods in net.ihe.gazelle.hl7v3.datatypes that return CompressionAlgorithmMethods in net.ihe.gazelle.hl7v3.datatypes with parameters of type CompressionAlgorithmModifier and TypeMethodDescriptionvoid
ED.setCompression
(CompressionAlgorithm compression) Set a value to attribute compression. -
Uses of CompressionAlgorithm in net.ihe.gazelle.hl7v3.voc
Methods in net.ihe.gazelle.hl7v3.voc that return CompressionAlgorithmModifier and TypeMethodDescriptionstatic CompressionAlgorithm
static CompressionAlgorithm
Returns the enum constant of this class with the specified name.static CompressionAlgorithm[]
CompressionAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.