public static enum LeanCloud.REGION extends Enum<LeanCloud.REGION>
Enum Constant and Description |
---|
EastChina |
NorthAmerica |
NorthChina |
Modifier and Type | Method and Description |
---|---|
static LeanCloud.REGION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeanCloud.REGION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeanCloud.REGION EastChina
public static final LeanCloud.REGION NorthChina
public static final LeanCloud.REGION NorthAmerica
public static LeanCloud.REGION[] values()
for (LeanCloud.REGION c : LeanCloud.REGION.values()) System.out.println(c);
public static LeanCloud.REGION 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 © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.