Enum Constant and Description |
---|
BRAZIL |
CHINA1 |
CHINA2 |
CUSTOMIZE |
EUROPE |
ISRAEL |
JAPAN |
KOREA |
SINGLE_FREQ |
TAIWAN |
URUGUAY |
US |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static Region |
getRegion(byte data) |
byte |
getValue() |
static Region |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Region[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Region SINGLE_FREQ
public static final Region CUSTOMIZE
public static final Region EUROPE
public static final Region JAPAN
public static final Region US
public static final Region CHINA1
public static final Region CHINA2
public static final Region KOREA
public static final Region TAIWAN
public static final Region BRAZIL
public static final Region URUGUAY
public static final Region ISRAEL
public static Region[] values()
for (Region c : Region.values()) System.out.println(c);
public static 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 namejava.lang.NullPointerException
- if the argument is nullpublic byte getValue()
public java.lang.String getDescription()
public static Region getRegion(byte data) throws ErrorParameterException
ErrorParameterException