Package com.caen.RFIDLibrary
Enum CAENRFIDReader.CAENRFIDR1175OReaderConstants
- java.lang.Object
-
- java.lang.Enum<CAENRFIDReader.CAENRFIDR1175OReaderConstants>
-
- com.caen.RFIDLibrary.CAENRFIDReader.CAENRFIDR1175OReaderConstants
-
- All Implemented Interfaces:
Serializable,Comparable<CAENRFIDReader.CAENRFIDR1175OReaderConstants>
- Enclosing class:
- CAENRFIDReader
public static enum CAENRFIDReader.CAENRFIDR1175OReaderConstants extends Enum<CAENRFIDReader.CAENRFIDR1175OReaderConstants>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CHARGETYPE_DEV_ANDROID_HIGHCHARGETYPE_DEV_ANDROID_LOWCHARGETYPE_DEV_DEFAULTCHARGETYPE_DEV_IOS_HIGHCHARGETYPE_DEV_IOS_LOWCHARGETYPE_R1175O
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description bytevalue()static CAENRFIDReader.CAENRFIDR1175OReaderConstantsvalueOf(String name)Returns the enum constant of this type with the specified name.static CAENRFIDReader.CAENRFIDR1175OReaderConstants[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CHARGETYPE_R1175O
public static final CAENRFIDReader.CAENRFIDR1175OReaderConstants CHARGETYPE_R1175O
-
CHARGETYPE_DEV_DEFAULT
public static final CAENRFIDReader.CAENRFIDR1175OReaderConstants CHARGETYPE_DEV_DEFAULT
-
CHARGETYPE_DEV_ANDROID_HIGH
public static final CAENRFIDReader.CAENRFIDR1175OReaderConstants CHARGETYPE_DEV_ANDROID_HIGH
-
CHARGETYPE_DEV_ANDROID_LOW
public static final CAENRFIDReader.CAENRFIDR1175OReaderConstants CHARGETYPE_DEV_ANDROID_LOW
-
CHARGETYPE_DEV_IOS_HIGH
public static final CAENRFIDReader.CAENRFIDR1175OReaderConstants CHARGETYPE_DEV_IOS_HIGH
-
CHARGETYPE_DEV_IOS_LOW
public static final CAENRFIDReader.CAENRFIDR1175OReaderConstants CHARGETYPE_DEV_IOS_LOW
-
-
Method Detail
-
values
public static CAENRFIDReader.CAENRFIDR1175OReaderConstants[] 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 (CAENRFIDReader.CAENRFIDR1175OReaderConstants c : CAENRFIDReader.CAENRFIDR1175OReaderConstants.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CAENRFIDReader.CAENRFIDR1175OReaderConstants valueOf(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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
public byte value()
-
-