Uses of Enum Class
net.codecrete.qrbill.generator.SPSCharacterSet
Packages that use SPSCharacterSet
-
Uses of SPSCharacterSet in net.codecrete.qrbill.generator
Subclasses with type arguments of type SPSCharacterSet in net.codecrete.qrbill.generatorMethods in net.codecrete.qrbill.generator that return SPSCharacterSetModifier and TypeMethodDescriptionBill.getCharacterSet()Gets the character set used for the QR bill data.static SPSCharacterSetReturns the enum constant of this class with the specified name.static SPSCharacterSet[]SPSCharacterSet.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 SPSCharacterSetModifier and TypeMethodDescriptionstatic booleanPayments.isValidText(String text, SPSCharacterSet characterSet) Indicates if the text consists only of characters allowed in the specified character set.voidBill.setCharacterSet(SPSCharacterSet characterSet) Sets the character set used for the QR bill data.