public class TAG_EVENT_REPORT_TRIGGER
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TAG_EVENT_REPORT_TRIGGER |
IMMEDIATE
This implies that the Tag is a result of autonomous mode operation and
but the state of the tag is not known.
|
static TAG_EVENT_REPORT_TRIGGER |
MODERATED
This implies that the Tag is a result of autonomous mode operation
|
static TAG_EVENT_REPORT_TRIGGER |
NEVER
Disable new tag event reporting.
|
int |
ordinal |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(int val) |
int |
getValue() |
java.lang.String |
toString() |
public static final TAG_EVENT_REPORT_TRIGGER NEVER
public static final TAG_EVENT_REPORT_TRIGGER IMMEDIATE
public static final TAG_EVENT_REPORT_TRIGGER MODERATED
public final int ordinal