public enum BceRegion extends Enum<BceRegion>
| Enum Constant and Description |
|---|
BD |
BJ |
DEFAULT |
FSH |
FWH |
GZ |
HBFSG |
HKG |
SIN |
SU |
| Modifier and Type | Method and Description |
|---|---|
static BceRegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BceRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BceRegion DEFAULT
public static final BceRegion BJ
public static final BceRegion BD
public static final BceRegion HBFSG
public static final BceRegion SU
public static final BceRegion GZ
public static final BceRegion FSH
public static final BceRegion FWH
public static final BceRegion HKG
public static final BceRegion SIN
public static BceRegion[] values()
for (BceRegion c : BceRegion.values()) System.out.println(c);
public static BceRegion 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 nullCopyright © 2022. All rights reserved.