|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<Reader.Region>
com.thingmagic.Reader.Region
public static enum Reader.Region
RFID regulatory regions
| Enum Constant Summary | |
|---|---|
AU
Australia |
|
EU
European Union |
|
EU2
European Union (revised) |
|
EU3
European Union (revised) |
|
ID
Indonesia |
|
IN
India |
|
IS
Israel |
|
JP
Japan |
|
KR
Korea |
|
KR2
Korea (revised) |
|
MANUFACTURING
Unrestricted access to full hardware range |
|
MO
Macau |
|
MY
Malaysia |
|
NA
North America |
|
NA2
Reduced FCC region |
|
NA3
5MHZ FCC band |
|
NZ
New Zealand !!EXPERIMENTAL!! |
|
OPEN
No-limit region |
|
PH
Philippines |
|
PRC
China |
|
PRC2
China(840MHZ) |
|
RU
Russia |
|
SG
Singapore |
|
TW
Taiwan |
|
UNSPEC
Region not set |
|
| Method Summary | |
|---|---|
static Reader.Region |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Reader.Region[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final Reader.Region UNSPEC
public static final Reader.Region EU
public static final Reader.Region IN
public static final Reader.Region JP
public static final Reader.Region KR
public static final Reader.Region KR2
public static final Reader.Region NA
public static final Reader.Region PRC
public static final Reader.Region PRC2
public static final Reader.Region EU2
public static final Reader.Region EU3
public static final Reader.Region AU
public static final Reader.Region NZ
public static final Reader.Region OPEN
public static final Reader.Region MANUFACTURING
public static final Reader.Region NA2
public static final Reader.Region NA3
public static final Reader.Region IS
public static final Reader.Region MY
public static final Reader.Region ID
public static final Reader.Region PH
public static final Reader.Region TW
public static final Reader.Region MO
public static final Reader.Region RU
public static final Reader.Region SG
| Method Detail |
|---|
public static Reader.Region[] values()
for (Reader.Region c : Reader.Region.values()) System.out.println(c);
public static Reader.Region 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||