public enum ERegionCode extends Enum<ERegionCode>
Enum Constant and Description |
---|
Africa |
Asia |
Australia |
Europe |
MiddleEast |
SouthAmerica |
USEast |
USWest |
World |
Modifier and Type | Field and Description |
---|---|
private byte |
code |
Modifier and Type | Method and Description |
---|---|
byte |
v() |
static ERegionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERegionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERegionCode USEast
public static final ERegionCode USWest
public static final ERegionCode SouthAmerica
public static final ERegionCode Europe
public static final ERegionCode Asia
public static final ERegionCode Australia
public static final ERegionCode MiddleEast
public static final ERegionCode Africa
public static final ERegionCode World
public static ERegionCode[] values()
for (ERegionCode c : ERegionCode.values()) System.out.println(c);
public static ERegionCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic byte v()
Copyright © 2012. All Rights Reserved.