Uses of Enum Class
net.codecrete.qrbill.generator.Bill.Version
Packages that use Bill.Version
-
Uses of Bill.Version in net.codecrete.qrbill.generator
Subclasses with type arguments of type Bill.Version in net.codecrete.qrbill.generatorMethods in net.codecrete.qrbill.generator that return Bill.VersionModifier and TypeMethodDescriptionBill.getVersion()Gets the version of the QR bill standard.static Bill.VersionReturns the enum constant of this class with the specified name.static Bill.Version[]Bill.Version.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 Bill.VersionModifier and TypeMethodDescriptionvoidBill.setVersion(Bill.Version version) Sets the version of the QR bill standard.