public static enum NIVision.EdgePolaritySearchMode extends java.lang.Enum<NIVision.EdgePolaritySearchMode>
| Enum Constant and Description |
|---|
SEARCH_FOR_ALL_EDGES |
SEARCH_FOR_FALLING_EDGES |
SEARCH_FOR_RISING_EDGES |
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.EdgePolaritySearchMode |
fromValue(int val) |
int |
getValue() |
static NIVision.EdgePolaritySearchMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.EdgePolaritySearchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.EdgePolaritySearchMode SEARCH_FOR_ALL_EDGES
public static final NIVision.EdgePolaritySearchMode SEARCH_FOR_RISING_EDGES
public static final NIVision.EdgePolaritySearchMode SEARCH_FOR_FALLING_EDGES
public static NIVision.EdgePolaritySearchMode[] values()
for (NIVision.EdgePolaritySearchMode c : NIVision.EdgePolaritySearchMode.values()) System.out.println(c);
public static NIVision.EdgePolaritySearchMode 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.EdgePolaritySearchMode fromValue(int val)
public int getValue()