public static enum NIVision.QRMirrorMode extends Enum<NIVision.QRMirrorMode>
| Enum Constant and Description |
|---|
QR_MIRROR_MODE_AUTO_DETECT |
QR_MIRROR_MODE_MIRRORED |
QR_MIRROR_MODE_NORMAL |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.QRMirrorMode |
fromValue(int val) |
int |
getValue() |
static NIVision.QRMirrorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.QRMirrorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.QRMirrorMode QR_MIRROR_MODE_AUTO_DETECT
public static final NIVision.QRMirrorMode QR_MIRROR_MODE_MIRRORED
public static final NIVision.QRMirrorMode QR_MIRROR_MODE_NORMAL
public static NIVision.QRMirrorMode[] values()
for (NIVision.QRMirrorMode c : NIVision.QRMirrorMode.values()) System.out.println(c);
public static NIVision.QRMirrorMode 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 nullpublic static NIVision.QRMirrorMode fromValue(int val)
public int getValue()
Copyright © 2015. All rights reserved.