public static enum NIVision.IMAQdxBufferNumberMode extends java.lang.Enum<NIVision.IMAQdxBufferNumberMode>
Enum Constant and Description |
---|
BufferNumberModeBufferNumber |
BufferNumberModeGuard |
BufferNumberModeLast |
BufferNumberModeNext |
Modifier and Type | Method and Description |
---|---|
static NIVision.IMAQdxBufferNumberMode |
fromValue(int val) |
int |
getValue() |
static NIVision.IMAQdxBufferNumberMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.IMAQdxBufferNumberMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.IMAQdxBufferNumberMode BufferNumberModeNext
public static final NIVision.IMAQdxBufferNumberMode BufferNumberModeLast
public static final NIVision.IMAQdxBufferNumberMode BufferNumberModeBufferNumber
public static final NIVision.IMAQdxBufferNumberMode BufferNumberModeGuard
public static NIVision.IMAQdxBufferNumberMode[] values()
for (NIVision.IMAQdxBufferNumberMode c : NIVision.IMAQdxBufferNumberMode.values()) System.out.println(c);
public static NIVision.IMAQdxBufferNumberMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static NIVision.IMAQdxBufferNumberMode fromValue(int val)
public int getValue()