|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Region.RegionType>
com.ibm.icu.util.Region.RegionType
public static enum Region.RegionType
RegionType is an enumeration defining the different types of regions. Current possible values are WORLD, CONTINENT, SUBCONTINENT, TERRITORY, GROUPING, DEPRECATED, and UNKNOWN.
| Enum Constant Summary | |
|---|---|
CONTINENT
Deprecated. This API might change or be removed in a future release. |
|
DEPRECATED
Deprecated. This API might change or be removed in a future release. |
|
GROUPING
Deprecated. This API might change or be removed in a future release. |
|
SUBCONTINENT
Deprecated. This API might change or be removed in a future release. |
|
TERRITORY
Deprecated. This API might change or be removed in a future release. |
|
UNKNOWN
Deprecated. This API might change or be removed in a future release. |
|
WORLD
Deprecated. This API might change or be removed in a future release. |
|
| Method Summary | |
|---|---|
static Region.RegionType |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static Region.RegionType[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Region.RegionType UNKNOWN
public static final Region.RegionType TERRITORY
public static final Region.RegionType WORLD
public static final Region.RegionType CONTINENT
public static final Region.RegionType SUBCONTINENT
public static final Region.RegionType GROUPING
public static final Region.RegionType DEPRECATED
| Method Detail |
|---|
public static Region.RegionType[] values()
for (Region.RegionType c : Region.RegionType.values()) System.out.println(c);
public static Region.RegionType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||