public static enum ARXPopulationModel.Region extends java.lang.Enum<ARXPopulationModel.Region> implements java.io.Serializable
Enum Constant and Description |
---|
AFRICA |
AUSTRALIA |
BRASIL |
CANADA |
CHINA |
EUROPE |
EUROPEAN_UNION |
FRANCE |
GERMANY |
INDIA |
NONE |
NORTH_AMERICA |
SOUTH_AMERICA |
UK |
USA |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
long |
getPopulationSize() |
static ARXPopulationModel.Region |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ARXPopulationModel.Region[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ARXPopulationModel.Region NONE
public static final ARXPopulationModel.Region AFRICA
public static final ARXPopulationModel.Region AUSTRALIA
public static final ARXPopulationModel.Region EUROPE
public static final ARXPopulationModel.Region NORTH_AMERICA
public static final ARXPopulationModel.Region SOUTH_AMERICA
public static final ARXPopulationModel.Region EUROPEAN_UNION
public static final ARXPopulationModel.Region BRASIL
public static final ARXPopulationModel.Region CANADA
public static final ARXPopulationModel.Region CHINA
public static final ARXPopulationModel.Region FRANCE
public static final ARXPopulationModel.Region GERMANY
public static final ARXPopulationModel.Region INDIA
public static final ARXPopulationModel.Region UK
public static final ARXPopulationModel.Region USA
public static ARXPopulationModel.Region[] values()
for (ARXPopulationModel.Region c : ARXPopulationModel.Region.values()) System.out.println(c);
public static ARXPopulationModel.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 java.lang.String getName()
public long getPopulationSize()