public static enum PA768eEnums.RegionType extends java.lang.Enum<PA768eEnums.RegionType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
int |
value() |
static PA768eEnums.RegionType |
valueOf(int code) |
static PA768eEnums.RegionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PA768eEnums.RegionType |
valueOfName(java.lang.String name) |
static PA768eEnums.RegionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PA768eEnums.RegionType FCC
public static final PA768eEnums.RegionType ETSI
public static final PA768eEnums.RegionType JAPAN
public static final PA768eEnums.RegionType TAIWAN
public static PA768eEnums.RegionType[] values()
for (PA768eEnums.RegionType c : PA768eEnums.RegionType.values()) System.out.println(c);
public static PA768eEnums.RegionType 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 int value()
public java.lang.String toString()
toString in class java.lang.Enum<PA768eEnums.RegionType>public static PA768eEnums.RegionType valueOf(int code)
public static PA768eEnums.RegionType valueOfName(java.lang.String name)