Uses of Enum Class
net.ihe.gazelle.hl7v3.voc.CompressionAlgorithm
-
Uses of CompressionAlgorithm in net.ihe.gazelle.hl7v3.datatypes
Modifier and TypeFieldDescriptionED.compression
Indicates whether the raw byte data is compressed, and what compression algorithm was used. .Modifier and TypeMethodDescriptionvoid
ED.setCompression
(CompressionAlgorithm compression) Set a value to attribute compression. -
Uses of CompressionAlgorithm in net.ihe.gazelle.hl7v3.voc
Modifier 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.