Enum Class RectMicroQRVersion
- All Implemented Interfaces:
Serializable,Comparable<RectMicroQRVersion>,Constable
Version of RectMicroQR Code. From version R7x43 to version R17x139.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSpecifies to automatically pick up the best version for RectMicroQR.Specifies version with 11 x 139 modules.Specifies version with 11 x 27 modules.Specifies version with 11 x 43 modules.Specifies version with 11 x 59 modules.Specifies version with 11 x 77 modules.Specifies version with 11 x 99 modules.Specifies version with 13 x 139 modules.Specifies version with 13 x 27 modules.Specifies version with 13 x 43 modules.Specifies version with 13 x 59 modules.Specifies version with 13 x 77 modules.Specifies version with 13 x 99 modules.Specifies version with 15 x 139 modules.Specifies version with 15 x 43 modules.Specifies version with 15 x 59 modules.Specifies version with 15 x 77 modules.Specifies version with 15 x 99 modules.Specifies version with 17 x 139 modules.Specifies version with 17 x 43 modules.Specifies version with 17 x 59 modules.Specifies version with 17 x 77 modules.Specifies version with 17 x 99 modules.Specifies version with 7 x 139 modules.Specifies version with 7 x 43 modules.Specifies version with 7 x 59 modules.Specifies version with 7 x 77 modules.Specifies version with 7 x 99 modules.Specifies version with 9 x 139 modules.Specifies version with 9 x 43 modules.Specifies version with 9 x 59 modules.Specifies version with 9 x 77 modules.Specifies version with 9 x 99 modules. -
Method Summary
Modifier and TypeMethodDescriptionstatic RectMicroQRVersionfromValue(int value) intgetValue()static RectMicroQRVersionReturns the enum constant of this class with the specified name.static RectMicroQRVersion[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUTO
Specifies to automatically pick up the best version for RectMicroQR. This is default value.
-
R7x43
Specifies version with 7 x 43 modules.
-
R7x59
Specifies version with 7 x 59 modules.
-
R7x77
Specifies version with 7 x 77 modules.
-
R7x99
Specifies version with 7 x 99 modules.
-
R7x139
Specifies version with 7 x 139 modules.
-
R9x43
Specifies version with 9 x 43 modules.
-
R9x59
Specifies version with 9 x 59 modules.
-
R9x77
Specifies version with 9 x 77 modules.
-
R9x99
Specifies version with 9 x 99 modules.
-
R9x139
Specifies version with 9 x 139 modules.
-
R11x27
Specifies version with 11 x 27 modules.
-
R11x43
Specifies version with 11 x 43 modules.
-
R11x59
Specifies version with 11 x 59 modules.
-
R11x77
Specifies version with 11 x 77 modules.
-
R11x99
Specifies version with 11 x 99 modules.
-
R11x139
Specifies version with 11 x 139 modules.
-
R13x27
Specifies version with 13 x 27 modules.
-
R13x43
Specifies version with 13 x 43 modules.
-
R13x59
Specifies version with 13 x 59 modules.
-
R13x77
Specifies version with 13 x 77 modules.
-
R13x99
Specifies version with 13 x 99 modules.
-
R13x139
Specifies version with 13 x 139 modules.
-
R15x43
Specifies version with 15 x 43 modules.
-
R15x59
Specifies version with 15 x 59 modules.
-
R15x77
Specifies version with 15 x 77 modules.
-
R15x99
Specifies version with 15 x 99 modules.
-
R15x139
Specifies version with 15 x 139 modules.
-
R17x43
Specifies version with 17 x 43 modules.
-
R17x59
Specifies version with 17 x 59 modules.
-
R17x77
Specifies version with 17 x 77 modules.
-
R17x99
Specifies version with 17 x 99 modules.
-
R17x139
Specifies version with 17 x 139 modules.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue() -
fromValue
-