com.thingmagic
Enum Reader.ReaderFeaturesFlag
java.lang.Object
java.lang.Enum<Reader.ReaderFeaturesFlag>
com.thingmagic.Reader.ReaderFeaturesFlag
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Reader.ReaderFeaturesFlag>
- Enclosing class:
- Reader
public static enum Reader.ReaderFeaturesFlag
- extends java.lang.Enum<Reader.ReaderFeaturesFlag>
Reader features flag enum
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
READER_FEATURES_FLAG_NONE
public static final Reader.ReaderFeaturesFlag READER_FEATURES_FLAG_NONE
READER_FEATURES_FLAG_DUTY_CYCLE
public static final Reader.ReaderFeaturesFlag READER_FEATURES_FLAG_DUTY_CYCLE
READER_FEATURES_FLAG_MULTI_SELECT
public static final Reader.ReaderFeaturesFlag READER_FEATURES_FLAG_MULTI_SELECT
READER_FEATURES_FLAG_ANTENNA_READ_TIME
public static final Reader.ReaderFeaturesFlag READER_FEATURES_FLAG_ANTENNA_READ_TIME
READER_FEATURES_FLAG_INVENTORYSPEC_ID
public static final Reader.ReaderFeaturesFlag READER_FEATURES_FLAG_INVENTORYSPEC_ID
READER_FEATURES_FLAG_EXTENDED_LOGICAL_ANTENNA
public static final Reader.ReaderFeaturesFlag READER_FEATURES_FLAG_EXTENDED_LOGICAL_ANTENNA
READER_FEATURES_FLAG_READER_METADATA
public static final Reader.ReaderFeaturesFlag READER_FEATURES_FLAG_READER_METADATA
READER_FEATURES_FLAG_READER_STATS
public static final Reader.ReaderFeaturesFlag READER_FEATURES_FLAG_READER_STATS
READER_FEATURES_FLAG_STATE_AWARE
public static final Reader.ReaderFeaturesFlag READER_FEATURES_FLAG_STATE_AWARE
READER_FEATURES_FLAG_ALL
public static final Reader.ReaderFeaturesFlag READER_FEATURES_FLAG_ALL
values
public static Reader.ReaderFeaturesFlag[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Reader.ReaderFeaturesFlag c : Reader.ReaderFeaturesFlag.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Reader.ReaderFeaturesFlag valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null