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