Uses of Enum Class
net.codecrete.qrbill.generator.QrDataSeparator
Packages that use QrDataSeparator
-
Uses of QrDataSeparator in net.codecrete.qrbill.generator
Subclasses with type arguments of type QrDataSeparator in net.codecrete.qrbill.generatorModifier and TypeClassDescriptionenumAllowed line separators for separating the data fields in the text represented by the QR code (according to the Swiss Implementation Guidelines for the QR-bill, ยง 4.1.4 Separator element)Methods in net.codecrete.qrbill.generator that return QrDataSeparatorModifier and TypeMethodDescriptionBill.getSeparator()Gets the line separator for the QR code data fields.static QrDataSeparatorReturns the enum constant of this class with the specified name.static QrDataSeparator[]QrDataSeparator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.codecrete.qrbill.generator with parameters of type QrDataSeparatorModifier and TypeMethodDescriptionvoidBill.setSeparator(QrDataSeparator separator) Sets the line separator for the QR code data fields.