public enum QrCodeType extends Enum<QrCodeType>
| Modifier and Type | Method and Description |
|---|---|
static QrCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QrCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QrCodeType PDF
public static final QrCodeType SVG
public static final QrCodeType PNG
public static QrCodeType[] values()
for (QrCodeType c : QrCodeType.values()) System.out.println(c);
public static QrCodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 EVRYTHNG Ltd London / Zurich. All rights reserved.