public static enum EnumDefineSet.EventSelectorEntry extends java.lang.Enum<EnumDefineSet.EventSelectorEntry>
Enum Constant and Description |
---|
BLOCK_DISCARD |
BLOCK_NOT_EMPTY |
EVENT_OVERRUN |
EXPOSURE_END |
FRAME_START_OVER_TRIGGER |
INTERNAL_ERROR |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static EnumDefineSet.EventSelectorEntry |
valueOf(int eventSelector) |
static EnumDefineSet.EventSelectorEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDefineSet.EventSelectorEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDefineSet.EventSelectorEntry EXPOSURE_END
public static final EnumDefineSet.EventSelectorEntry BLOCK_DISCARD
public static final EnumDefineSet.EventSelectorEntry EVENT_OVERRUN
public static final EnumDefineSet.EventSelectorEntry FRAME_START_OVER_TRIGGER
public static final EnumDefineSet.EventSelectorEntry BLOCK_NOT_EMPTY
public static final EnumDefineSet.EventSelectorEntry INTERNAL_ERROR
public static EnumDefineSet.EventSelectorEntry[] values()
for (EnumDefineSet.EventSelectorEntry c : EnumDefineSet.EventSelectorEntry.values()) System.out.println(c);
public static EnumDefineSet.EventSelectorEntry 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 int getValue()
public static EnumDefineSet.EventSelectorEntry valueOf(int eventSelector)