public enum LocationReportType extends java.lang.Enum<LocationReportType>
LocationReport,
LocationConfig| Enum Constant and Description |
|---|
Entry
When enabled, an entry report is generated
immediately the first time a tag is detected by the reader.
|
Exit
When enabled, an exit reports is generated by the reader when a tag
has disappeared from view for the tag Age interval
|
Update
When enabled, an update report is generated periodically by the reader.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static LocationReportType |
valueOf(int locationReportTypeValue) |
static LocationReportType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocationReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationReportType Entry
public static final LocationReportType Update
public static final LocationReportType Exit
public static LocationReportType[] values()
for (LocationReportType c : LocationReportType.values()) System.out.println(c);
public static LocationReportType 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 LocationReportType valueOf(int locationReportTypeValue)
locationReportTypeValue - an integer valuepublic int getValue()