Uses of Enum Class
org.projecthusky.common.hl7cdar2.BinaryDataEncoding
Packages that use BinaryDataEncoding
Package
Description
Generated classes from the HL7 CDA R2 specifications with JAXB.
-
Uses of BinaryDataEncoding in org.projecthusky.common.hl7cdar2
Fields in org.projecthusky.common.hl7cdar2 declared as BinaryDataEncodingMethods in org.projecthusky.common.hl7cdar2 that return BinaryDataEncodingModifier and TypeMethodDescriptionstatic @NonNull BinaryDataEncoding
@NonNull BinaryDataEncoding
BIN.getRepresentation()
Ruft den Wert der representation-Eigenschaft ab.static BinaryDataEncoding
Returns the enum constant of this class with the specified name.static BinaryDataEncoding[]
BinaryDataEncoding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.projecthusky.common.hl7cdar2 with parameters of type BinaryDataEncodingModifier and TypeMethodDescriptionvoid
BIN.setRepresentation
(BinaryDataEncoding value) Legt den Wert der representation-Eigenschaft fest.