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 BinaryDataEncodingBIN.getRepresentation()Ruft den Wert der representation-Eigenschaft ab.static BinaryDataEncodingReturns 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 TypeMethodDescriptionvoidBIN.setRepresentation(BinaryDataEncoding value) Legt den Wert der representation-Eigenschaft fest.